Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/taniarascia/react-tutorial
- Owner: taniarascia
- Created: 2018-08-19T22:57:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-09T16:47:26.000Z (about 1 year ago)
- Last Synced: 2023-10-20T23:19:57.237Z (about 1 year 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: 725
- Watchers: 25
- Forks: 402
- 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).