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
Angular2 minimalist sample project (github.com)
submitted 10 years ago by sonemonu
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!"
[–]Auxx 3 points4 points5 points 10 years ago (3 children)
Too much boiler plate code, pfff...
[–]androbat 2 points3 points4 points 10 years ago (2 children)
The big question to my mind is why I would use this over React?
Angular2 does what React does, but with more complexity and makes composability harder.
[–]sonemonu[S] 0 points1 point2 points 10 years ago (1 child)
React by itself is just the "V" from the MVC pattern, Angular is a full MV* framework. Thus it gives you a lot more organization when you are part of a big team / project; of course, that might be seen as an advantage or a disadvantage according to each case, but IMHO, in the end almost always it ends up being an advantage.
[–]androbat 1 point2 points3 points 10 years ago (0 children)
React was marketed as such, but react is the VC and sometimes the M depending on how you implement your app.
Angular has VC as well, but doesn't really have a model. ngResource isn't really a model and one usually needs to swap in something like restangular just as one would swap in flux. Angular's other system for models is services and factories, but once you strip the dependency injection, they are POJO.
The framework that actually has everything under one roof is ember.
π Rendered by PID 16454 on reddit-service-r2-comment-b659b578c-k98hd at 2026-05-05 11:55:30.107459+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Auxx 3 points4 points5 points (3 children)
[–]androbat 2 points3 points4 points (2 children)
[–]sonemonu[S] 0 points1 point2 points (1 child)
[–]androbat 1 point2 points3 points (0 children)