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

6 beginner friendly websites that will boost your HTML and CSS learning process 🚀

🧵👇🏻

1️⃣ Learn HTML

- The easiest way to learn HTML & CSS. Learn HTML provides an interactive tutorial that explains how to build HTML & CSS websites step by step.

🔗
https://t.co/W1XytKL1MI


2️⃣ HTML best practice

- A very well written document on HTML best practice

🔗 https://t.co/6PTcY1U5Cw


3️⃣ Learn to Code HTML & CSS

- Learn to Code HTML & CSS is a simple and comprehensive guide dedicated to helping beginners learn HTML and CSS

🔗 https://t.co/LwY9E2qUNS


4️⃣ Hex Invaders

- Hex Invaders is a fun way to learn and understand what hex codes are and how they work

🔗 https://t.co/EpQyhlN7pv

You May Also Like