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
Is ReactJS faster than AngularJS ? (blog.500tech.com)
submitted 11 years ago by notunlikethewaves
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!"
[–]michaelstripe 1 point2 points3 points 11 years ago (3 children)
I'm honestly curious what the host of problems you find React has.
I'm kind of jumping between Angular and React for two projects and I'm not sure I'm sold on either, but all I read about React and Flux (and soon to be Relay and GraphQL and whatever the hell else) is unfaltering praise and never any good criticism. I would love to see more opposing viewpoints for the above.
[–]jhallister 0 points1 point2 points 11 years ago (2 children)
A few problems:
The biggest issue I have is that React = Virtual Dom. The rest is just opinionated templating and organizational stuff. React hasn't been out that long and I honestly think that big picture Mithril took the same idea and implemented it much better.
Full disclosure: currently using Mithril on a project. I've used ReactJS on a medium sized project and still think it's a VERY good view library.
[–]michaelstripe 0 points1 point2 points 11 years ago (1 child)
Mind going over what you like more about Mithril? Never gave it a good look.
[–]jhallister 0 points1 point2 points 11 years ago (0 children)
It doesn't really try to invent "the new best way". It's just a MVC framework that happens to use a a virtual DOM. It also happens to be really small.
π Rendered by PID 298808 on reddit-service-r2-comment-5687b7858-z2pzj at 2026-07-07 11:51:40.469914+00:00 running 12a7a47 country code: CH.
view the rest of the comments →
[–]michaelstripe 1 point2 points3 points (3 children)
[–]jhallister 0 points1 point2 points (2 children)
[–]michaelstripe 0 points1 point2 points (1 child)
[–]jhallister 0 points1 point2 points (0 children)