https://github.com/devsargam/understanding-react
Trying to understand how React actually works
https://github.com/devsargam/understanding-react
Last synced: about 1 year ago
JSON representation
Trying to understand how React actually works
- Host: GitHub
- URL: https://github.com/devsargam/understanding-react
- Owner: devsargam
- Created: 2025-01-29T17:37:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-30T07:37:47.000Z (over 1 year ago)
- Last Synced: 2025-04-05T17:08:38.691Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 70
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Understanding React ⚛️
This is a project to understand how React is parsed and transformed into JavaScript with Babel.
### Quick Start 🚀
1. Install modules:
```bash
pnpm install
```
2. Run the watcher:
```bash
pnpm watch
```
3. Open `src/App.tsx` and fiddle with the code.