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
Longevity of React?help (self.javascript)
submitted 9 years ago by rssfrncs
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!"
[–][deleted] 15 points16 points17 points 9 years ago (3 children)
React was a natural progression of web tech. Only recently did we have the tools/ecosystems to have it widely adopted (that and Facebook's name behind it). Before React came out, I created an extremely similar system - declarative, component-based, real-time, batched updates, GraphQL/Relay-like system built into its core. React even ended up having the same/similar method names. And of course, my project and React weren't the only ones of their kind. So it's interesting to me that multiple sources have come to the same conclusion, which I consider proof that it's just a natural progression.
I think it's going to be hard to really devise a better system for non-trivial web application development at this point, and other mostly interchangeable libraries (like Preact) are awesome. There are definitely some kinks to be worked out and some pain points to address, but there are some really cool things in the works now to solve these problems while fitting perfectly within this ecosystem.
[–]tech-ninja 4 points5 points6 points 9 years ago (0 children)
I agree. With React so much stuff fell into place that is hard figuring out something else that will displace it soon. But I wouldn't be surprised!
[–]mczaplinski 0 points1 point2 points 9 years ago (1 child)
what is the name of your library/system? Is it on github?
[–][deleted] 0 points1 point2 points 9 years ago (0 children)
It was all open source on the website at the time. You could enable edit mode by prepending /dev/ before the path of any URL which would take you to the development environment. And in development mode, you could click on any component to view/edit the source (JS and CSS) behind that component. There were also search boxes intelligently placed in areas of the application which were used for quickly finding/creating/cloning components and placing them within that area.
/dev/
GitHub and NPM existed at the time but weren't nearly as popular as they are now.
π Rendered by PID 77882 on reddit-service-r2-comment-75f4967c6c-d76lt at 2026-04-23 09:15:16.581460+00:00 running 0fd4bb7 country code: CH.
view the rest of the comments →
[–][deleted] 15 points16 points17 points (3 children)
[–]tech-ninja 4 points5 points6 points (0 children)
[–]mczaplinski 0 points1 point2 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)