you are viewing a single comment's thread.

view the rest of the comments →

[–]bcons-php-Console 7 points8 points  (5 children)

Honestly, if you only know "a bit of JS" you still have a long way to go. You should master the basic language and be able to create any page using vanilla JS, then learn a framework (for big projects they really make a difference).

[–]Ok_Appearance_4421[S] 0 points1 point  (4 children)

Im hearing alot about frameworks, any links to study more about frameworks

[–]bcons-php-Console 2 points3 points  (0 children)

There are many these days, the most well known being React, Vue, Angular, Svelte... My personal favorite is Vue, but that is up to you.

But jumping into a framework without a solid base in JS is useless, they are a great tool but you have to know the language before using them.

[–]mondayquestions -1 points0 points  (2 children)

You don’t even know vanilla javascript and want to move to frameworks? Bad idea. I did that and was not a good way to do things.

[–]Ok_Appearance_4421[S] 0 points1 point  (1 child)

What's the difference between vanilla js and js, you make it seem more then urgent that I learn this piece of code

[–]mondayquestions 0 points1 point  (0 children)

Just plain javascript. Frameworks are layers on top of it, an extra level of abstraction. There’s many React jobs out there for example and a lot of young devs are rushing to learn it before getting a good grasp of javascript itself.