Series of developing react

Table of contents

No heading

No headings in the article.

# Roadmap
1. Basics of JS(`Variables`,`Primitive types`,`Control flow`,`Loops`)
2. Advanced/Custom types(`Objects`,`Map`,`Set`,`Arrays`,`Functions`)
3. ES6 (`Modules`,`Classes`,`Const`/`Let`)

# React
1. Intro to JSX
2. Components
3. `Props` vs `State`
4. Lists/Arrays
5. Forms
6. Events
7. Hooks
8. Routing
9. Global state management