JavaScript concepts you need to know before getting into React⬇️

💠Arrow Functions:
An arrow function expression is a compact alternative to a traditional function expression.

https://t.co/YX7Lgka6F8
💠Let/var/const variables:
Understand the difference between them, uses and their respective scopes.

https://t.co/FGRUENTak3
💠Destructuring assignment:
Javascript expression that makes it possible to unpack values from arrays, or properties from objects, into a bunch of variables.

https://t.co/49N9ReMz0e
💠 Template Literals:
With ES6, a newer form of string called template literal was given, which consists of two backticks ` `.

https://t.co/KmidEiacnB
💠Async Js, Promise, Callback:
Such topics have been given in this thread, checkout.

https://t.co/fRihjTZSZE
💠Using Fetch:
The Fetch API provides a JavaScript interface for accessing and manipulating parts of the HTTP pipeline, such as requests and responses.

https://t.co/DD3ZFh2CWD
💠Import / Export:
ES6 gave people ability to share code between their own JavaScript files as well as third-party libraries using ES modules.

https://t.co/pcpA6t9ec7
Thanks for reading.
Follow @swastika0015 for more threads on Javascript, Reactjs, Nextjs, SQL, DevRel, etc.
https://t.co/9FExcV4T4X

More from Webdev

12 websites that will help you learn web development faster (completely free): 🧵

1. How HTTP Works

Everything you need to know about HTTP based system.

🔗
https://t.co/gVZS4RzS1a


2. 30 Days of Node

Learn Node step by step with interactive examples and code snippet in 30 days.

🔗 https://t.co/9nbtMiNB1C


3. How DNS Works

Learn what happens when you type a website address in your browser

🔗 https://t.co/SqMRNnDbc3


4. Git

Check out this excellent free website to learn git visually.

🔗 https://t.co/rQJMISBDfS

You May Also Like