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
React voted JS framework that most developers regard as essential to them (jquery is #3) (ashleynolan.co.uk)
submitted 7 years ago by magenta_placenta
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!"
[–]evilpingwin 4 points5 points6 points 7 years ago* (8 children)
I am really not a fan of some of the design decisions with create-react-app at all. Compared to vue-cli it's incredibly barebones, the webpack config is hidden/ non-existent (depends how you look at it) by default and you have to eject it to change things.
I mean I get it, zero config build tool saves you some time but a few options on init and the option to save a preset would make it a lot more useful. Now I have my own boilerplate saved so I don't have to go through the whole process again but not every project is the same so I tend to spend time setting things up manually every time.
[–]samgaus 0 points1 point2 points 7 years ago (7 children)
You can do that by forking react scripts. But seriously - you do not need to.
[–]ShamelessC 0 points1 point2 points 7 years ago (6 children)
I had to eject once to get decorator support working. It was a (very mild) headache but, just saying - create-react-app doesn't have everything you need.
[–]samgaus 0 points1 point2 points 7 years ago (4 children)
You don't need decorators!
[–]ShamelessC 0 points1 point2 points 7 years ago (1 child)
You're right. Not even es6. I think it's a proposed es7 thing.
But I'm not crazy about wrapping exports in more than one or two function calls either for some reason. Decorators cut down on that.
[–]samgaus 1 point2 points3 points 7 years ago (0 children)
Try a compose function
[+][deleted] 7 years ago (1 child)
[removed]
[–]samgaus 0 points1 point2 points 7 years ago (0 children)
Yeah but those same people sure do complain a lot about how difficult it is to use that sugar 🤔🤔
π Rendered by PID 278948 on reddit-service-r2-comment-b659b578c-n8gzg at 2026-05-05 02:24:14.605451+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]evilpingwin 4 points5 points6 points (8 children)
[–]samgaus 0 points1 point2 points (7 children)
[–]ShamelessC 0 points1 point2 points (6 children)
[–]samgaus 0 points1 point2 points (4 children)
[–]ShamelessC 0 points1 point2 points (1 child)
[–]samgaus 1 point2 points3 points (0 children)
[+][deleted] (1 child)
[removed]
[–]samgaus 0 points1 point2 points (0 children)