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

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

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.