/react-tutorial

Building an application in React from scratch, learning about state, props, and components along the way.

Primary LanguageJavaScript

React Tutorial

Learn the fundamentals of React including simple and class components, state, props, and submitting form data.

Purpose

  • 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.

Links

Installation and use

Clone this repository:

git clone https://github.com/diegoadp/react-tutorial.git

Install npm packages:

npm install

Start working:

npm start

Project author

License

This project is open source and available under the MIT License.