Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
github95617ySince you are starting with node.js, beware of NPM. Only install them when you have good internet connectivity and enough disk memory.
Till then, happy coding.. -
xico1547yDefinitely Vue or React. Vue does have the lowest learning curve, I'd say, but both are awesome!
-
I've only tried React so far and it seems pretty good and rather fast, you just need to get used to a component-based way of thinking 😅😅 (I say this coming from a Rails and jQuery background in web dev at least)
-
Orionss28977y@Hedgepig forgot to say that I know Javascript, just never wanted to use it for an actual project
-
Orionss28977y@Hedgepig some part but I think I will take a course on udemy that makes both nodejs and es6. Is it a good way to go in your opinion? (The course are 10 bucks until tomorrow so...)
-
I don't know for sure but learning on your own is pretty tough going.
Saying that some well chosen terms (like "es6 best practices") will get you on the right track.
Async and await are a godsend for asynchronous programming. Just learn promises and generators before you use them
Related Rants
Finally, I'm opening my mind to Javascript and I'm beginning to learn Node.js.
It seems really great... I think I will try using Express right now.
But then, I would like to try a front-end Javascript framework and I hesitate between Vue.js and Angular...
rant
js
framework