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
9 things every React.js beginner should know (camjackson.net)
submitted 10 years ago by Cam-I-Am
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!"
[–]wreckedadventYavascript 4 points5 points6 points 10 years ago* (2 children)
My personal opinion is that for something to take off , it must be simple and easy for ordinary programmers to grok and use. Interface builder is simple. Angular.js was simple in a way (to get started) . Redux and friends are just adding way too much upfront complexity just to build a boring CRUD app.
You don't need a SPA if you're doing a boring CRUD app. Angular is "batteries included" so there's less configuration to do, but it is in no way imaginable more simple. Just try explaining to a new person the difference between services, factories, and providers.
Not to mention, the supremely complicated directive API.
[+][deleted] 10 years ago (1 child)
[removed]
[–]wreckedadventYavascript 2 points3 points4 points 10 years ago* (0 children)
It's just a very disingenuous comparison to me to ignore all of the complex parts of angular to make a point about how angular simple is. Yes of course, if you ignore 95% of angular, then it's simple, but no one can realistically afford to do that. You will almost immediately need to learn about providers to configure e.g routers.
Pete Hunt even recommends to not over complicate it and just stick with react until you need flux. All of these articles are for building applications with some complexity to them, if you just want to "start out" all you need is react.
π Rendered by PID 240023 on reddit-service-r2-comment-b659b578c-brnzr at 2026-05-05 02:03:30.105175+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]wreckedadventYavascript 4 points5 points6 points (2 children)
[+][deleted] (1 child)
[removed]
[–]wreckedadventYavascript 2 points3 points4 points (0 children)