DEV Community

Discussion on: Using a tool vs. knowing how a tool works internally.

 
anuraghazra profile image
Anurag Hazra

There are lots and lots of good articles online and resources to learn.

Well i would suggest not picking up any lib/framework at start, and just go with javascript, and before learning any framework/lib deeper understanding of javascript & ES6 is good to have otherwise you will find yourself struggling with simple tasks.

"Vue js Docs, I was confident of trying it, but after react docs, its not." well this line justifies my point of the post, if you read it carefully. vuejs is easier to work with but reactjs is simple to understand.

Either way i would suggest learning ES6 Concepts like Arrow Functions, Promises, async/await, destructuring, higher order array methods etc etc.

"and possibly explain why React is better?" well i did not said React is better than Vue in the post nor i said Vue is better than React. Choose whatever suites the project and whatever you feel comfortable with.

Thread Thread
 
surjithctly profile image
Surjith S M

Sure, I'm learning ES6 now. Just today i wrote something about it here:
dev.to/surjithctly/my-first-es6-te...

Thread Thread
 
anuraghazra profile image
Anurag Hazra

Neat! nice post.
yeah keep learning. :D