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: 8 months ago
JSON representation
A walkthrough of basic React concepts.
- Host: GitHub
- URL: https://github.com/taniarascia/react-tutorial
- Owner: taniarascia
- Created: 2018-08-19T22:57:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T16:47:26.000Z (over 2 years ago)
- Last Synced: 2025-04-12T10:59:38.712Z (9 months ago)
- Topics: create-react-app, javascript, js, learning, library, react, tutorial, web-development
- Language: CSS
- Homepage: https://taniarascia.github.io/react-tutorial/
- Size: 1.12 MB
- Stars: 746
- Watchers: 24
- Forks: 404
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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).