Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/audunru/react-lessons
https://github.com/audunru/react-lessons
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/audunru/react-lessons
- Owner: audunru
- License: other
- Created: 2024-11-16T12:51:50.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T10:48:58.000Z (about 2 months ago)
- Last Synced: 2024-11-24T11:27:01.698Z (about 2 months ago)
- Language: TypeScript
- Size: 201 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Lessons
A collection of examples how common React patterns affect client side rendering.
[View on GitHub Pages](https://audunru.github.io/react-lessons/)
## Development
Analyze bundle size:
```bash
npx vite-bundle-visualizer -o stats.html --open
```