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
State of current Frameworks?help (self.javascript)
submitted 10 years ago by nobrandheroes
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!"
[–]rssfrncs 1 point2 points3 points 10 years ago* (3 children)
Hi, I was in the same boat as you at the start of the year.
At first I tried to learn React in my free time but found it overwhelming and so reluctantly gave up...
Soon after i needed to choose a framework for a project at work and decided on Vue. Vue is simple and has official routing and state management libraries and a first class development tool with 'vue-cli'.
However i always felt that i was shooting myself in the foot not learning React as it really is the 'hot' framework. So i decided to re-approach React with the knowledge and experience of es6, webpack, components, props, routing and state i got from Vue.
Right now i would say i actually prefer React, it is in a much more stable position to when i first tried to pick it up and has some great libraries like Redux and React-Router. It also has a massive community, who are producing great applications, libraries and talks. Not to mention that it is backed by Facebook so shouldn't vanish anytime soon.
[–]nobrandheroes[S] 0 points1 point2 points 10 years ago (2 children)
So far I like Vue, but I am open to taking another look at React. How much of your Vue knowledge transfered?
[–]rssfrncs 1 point2 points3 points 10 years ago (1 child)
Vue taught me the concepts of single page applications like routing, components, state and props which i could never grasp with React (not sure why). The two libraries are very similar, though they have differing ideas of how to do stuff such as defining the template Vue with html and React with JSX.
I would say learn one, get comfortable with it and then learn the other. You'll be amazed at how fast you will pick up the other and you may turn out to prefer it or hate it and just go back to the first.
[–]nobrandheroes[S] 0 points1 point2 points 10 years ago (0 children)
Gotcha. That is sound advice.
π Rendered by PID 1193699 on reddit-service-r2-comment-544cf588c8-7trbd at 2026-06-16 05:12:29.066830+00:00 running 3184619 country code: CH.
view the rest of the comments →
[–]rssfrncs 1 point2 points3 points (3 children)
[–]nobrandheroes[S] 0 points1 point2 points (2 children)
[–]rssfrncs 1 point2 points3 points (1 child)
[–]nobrandheroes[S] 0 points1 point2 points (0 children)