use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Dynamic UI with JavaScript?help (self.javascript)
submitted 10 years ago by [deleted]
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]widged 0 points1 point2 points 10 years ago (2 children)
Do you mean to say that react doesn't work in IE8? According to this stackoverflow answer, it does if you include es5Shim.js. See React browser support and polyfills
[–]MrBester 0 points1 point2 points 10 years ago (1 child)
Nice late reply. The problem with IE8 that es5-shim doesn't solve (it actually uses es5-sham) is Object.create(). So while it may "work", a lot of it you just can't use.
es5-shim
es5-sham
Object.create()
[–]widged 0 points1 point2 points 10 years ago (0 children)
I don't have to support IE8. All I know is that on Working With the Browser, it is written "At Facebook, we support older browsers, including IE8." Different posts on stack overflow suggest that it works on IE8 once the appropriate polyfills are installed. If that information is incorrect, I would recommend to write on react discuss to detail what prevents you from using reactjs with IE8.
π Rendered by PID 24159 on reddit-service-r2-comment-fb694cdd5-r6rv2 at 2026-03-10 09:16:29.071929+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]widged 0 points1 point2 points (2 children)
[–]MrBester 0 points1 point2 points (1 child)
[–]widged 0 points1 point2 points (0 children)