Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/audunru/react-lessons


https://github.com/audunru/react-lessons

Last synced: 28 days ago
JSON representation

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
```