Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taniarascia/react-tutorial

A walkthrough of basic React concepts.
https://github.com/taniarascia/react-tutorial

create-react-app javascript js learning library react tutorial web-development

Last synced: 7 days ago
JSON representation

A walkthrough of basic React concepts.

Awesome Lists containing this project

README

        

# React Tutorial

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

### [View the demo](https://taniarascia.github.io/react-tutorial/) | [Read the tutorial](https://www.taniarascia.com/getting-started-with-react/)

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

## Author

- [Tania Rascia](https://www.taniarascia.com)

## License

This project is open source and available under the [MIT License](LICENSE).