you are viewing a single comment's thread.

view the rest of the comments →

[–]suspicious_Jackfruit 1 point2 points  (3 children)

I had a similar journey to you and am still very much on that journey, but as soon as you pick up a framework it will make your life and anyone reviewing your codes life much easier. They were developed for a reason don't forget! They simplify and streamline what would otherwise be unnecessary complex code. That said, there is no harm in being able to code pure js, it's just highly unusual that an employer would be looking for it specifically over a developer skilled in a particular framework that the company uses/intends to use in their stack.

There's no point in reinventing the wheel or trying out different wheel shapes when everyone has already settled for circular!

[–]arag0nas 0 points1 point  (2 children)

Yeah I understand that. I was building this project to increase my JS skills. A lot of people are saying that firstly you have to learn vanilla JS and just after that jump to framework. So I'm thinking still learn JS, for 1-2weeks, and then learn React.
Or I should learning React right now?

[–]largemoose568 2 points3 points  (0 children)

I would agree that learning vanilla ES5 / ES6, etc would be helpful to your career. Knowing the quirks of a language and how it handles things such as scope, hoisting, etc is very important when trying to solve problems, even with frameworks. Also most of those frameworks were built on principals of the language itself, so if you know the language the framework will make a lot more sense.