Learn the fundamentals of React including simple and class components, state, props, and submitting form data.
- Learn about essential React concepts and related terms, such as Babel, Webpack, JSX, components, props, state, and lifecycle.
- Build a very simple React app that demonstrates the above concepts.
-
Live site URL: https://diegoadp.github.io/react-tutorial/
Clone this repository:
git clone https://github.com/diegoadp/react-tutorial.git
Install npm packages:
npm install
Start working:
npm start
This project is open source and available under the MIT License.