Things To Know Before Learning React.js



Hey Learners
In this article, we will see the Top 5 skills you must know before you learn React.js

01- Basic HTML and CSS

👉 You should have a basic understanding of HTML and CSS.

👉 Knowing how to write the HTML semantic tags will make it easier to grasp the concepts of JSX used in React.js

02- Vanilla JavaScript

👉Before jumping into JavaScript Library or Framework, it's a good idea to learn The Vanilla JavaScript.

👉 Must know features_

    ✔ ES6 Classes / ES6 Modules

    ✔ Arrow Function

    ✔ Destructuring Assignment

    ✔ Asynchronous JavaScript

03- JSX (Javascript Syntax Extension)

    ✔ In React.js you will work with JSX that looks like HTML

    ✔ It's the easiest way to add HTML code inside JavaScript

    ✔ You should have a complete understanding of what is JSX before you start learning React.js

04- GIT (version control)

✔ GIT is an open-source version control tool that lets you manage and keep track of your code.

✔ And Github on the other hand is a code hosting platform

05- NPM (Node Package Manager)

✔ When you work with react you install many smaller software or modules packages that contain all the files needed for a modules

✔ NPM is an installer that can help you to install and keep track of these packages.


Share the Article if you found helpful