7 Things to Know Before Learning a Javascript Framework
Many developers tried to learn javascript frameworks without any paid course but they fail to learn just because they don't know which things they want to cover while they are learning framework. So, in this article, I'll let you know which things you'll need to learn while you start learning javascript frameworks like React, Angular, or Vue.
7 Things to Know Before Learning a Javascript Framework
- Javascript Fundamentals
- Modules
- Classed
- Arrow Functions
- Promises
- Destructuring
- High Order Array Functions
Let's take a look!!
Javascript Fundamentals
- Basic Syntax
- Variables
- Control Structores
- Data Structores
- DOM
Modules
- ES6 Modules
- TypeScript (Only for Angular)
- Webpack and Babel
- Standard Export / Default Export
Classes
- Structuring a Class
- Constuctors
- Methods and Properties
- Extending Classes
Arrow Functions
- Syntax and Usage
- Lexical 'this'
Promises
- Async / Await
- .then() and .catch() syntax
- FetchAPI
Destructuring
- Unpack values from objects and arrays
- Spread Operator
High Order Array Functions
- forEach()
- map()
- filter()
- reduce()
Bingo!!
You are ready for work in any React based framework, Angular or Vue Once you covered all above things. I wish you all the best for your future. Happy Coding!! 💻 🎉
I hope this tutorial helped you find what you were looking for.
Bookmark it for your future reference. Do comment below if you have any other questions.
P.S. Do share this note with your team.