Skip to content

Instantly share code, notes, and snippets.

@adarsh-chakraborty
Last active August 28, 2022 18:31
Show Gist options
  • Save adarsh-chakraborty/147e743e7bd20323e5ef0f3f82a115c2 to your computer and use it in GitHub Desktop.
Save adarsh-chakraborty/147e743e7bd20323e5ef0f3f82a115c2 to your computer and use it in GitHub Desktop.
10 JavaScript topics you must know before learning frameworks.

#10 Javascript topics to learn before React or any framework

Before learning any framework or React, It'll help you alot if you understand atleast these 12 concepts of javascript.

1. let & const
2. Understanding Classes,Objects, Properties and Methods
3. Understanding Arrow Functions
4. Arrays & Array Methods
5. Reference and Primitive Types
6. The Spread & Rest Operator
7. Destructuring
8. Modules (Exports and Imports)
9. Asynchronous Code & Promises
10. Template Literals

These are just the bare minimum foundation of javascript you must grasp, there are alot more to learn than this small list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment