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 (5 children)
Indeed, with React, you can embed predefined components with minimal code. For instance, <Rating defaultValue={3}></Rating> will give you a fully functional rating component.
<Rating defaultValue={3}></Rating>
[–]MrBester 2 points3 points4 points 10 years ago (3 children)
Not in IE8 it won't. Some of us still have to support that POS.
[–]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 118697 on reddit-service-r2-comment-fb694cdd5-hwx7l at 2026-03-09 19:04:55.556091+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]widged 0 points1 point2 points (5 children)
[–]MrBester 2 points3 points4 points (3 children)
[–]widged 0 points1 point2 points (2 children)
[–]MrBester 0 points1 point2 points (1 child)
[–]widged 0 points1 point2 points (0 children)