![Beginning with react js](https://images.ctfassets.net/vzl5fkwyme3u/1f9o6QZdnHnyL7FL4jYAt6/49052d4de22e08100a0d4f7bae4347d3/reactjs.png?w=1000)
**Hi Friends,**
Let me start with my first blog on the react series, i will publish start to end tutorials on react js in this series, In Frontend technologies React is the Biggest popular Javascript framework , So let me start with a basic application setup of react js
### Table of contents
1. Introduction
2. Feature of SPA
3. Why React
4. Prerequisites
5. Make a basic react project
### 1. Introduction
React is a open source javascript liberary developed by facebook in 2013. React is useful to make single-page-application(SPA). React allow you to divide your complex application into small reusable pieces of code called 'Components'. When our data got changes, it will efficiently update and re-render our components. React components is made with the HTML...