Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devonwintz/understanding-reactjs
A brief introduction into ReactJS.
https://github.com/devonwintz/understanding-reactjs
jsx react understanding-react
Last synced: 15 days ago
JSON representation
A brief introduction into ReactJS.
- Host: GitHub
- URL: https://github.com/devonwintz/understanding-reactjs
- Owner: devonwintz
- Created: 2020-08-31T05:07:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-31T05:10:10.000Z (over 4 years ago)
- Last Synced: 2024-11-19T13:43:08.894Z (3 months ago)
- Topics: jsx, react, understanding-react
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Understanding Pure React
In order to understand how React runs in the browser, and in the long run be more efficient with the library, it is vital to first understand pure React, that is React without JSX.