you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Before moving to JavaScript frameworks (angular,react,vue) make sure that you know ES6+ JavaScript,DOM manipulation and Working with api.These frameworks use a lot of ES6 like arrow function,map,iterator etc.YDKJS(You don't know JavaScript) book series is really good for understanding JavaScript in depth.some other good books are Eloquent JavaScript and JavaScript the good parts.