| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 0.6.0.tar.gz | 2022-08-08 | 695.0 kB | |
| 0.6.0.zip | 2022-08-08 | 838.2 kB | |
| README.md | 2022-08-08 | 800 Bytes | |
| Totals: 3 Items | 1.5 MB | 0 | |
Huge release with heaps of features and updates 💃
- React 18
- Concurrent mode
- Streaming SSR
- Suspense for data fetching
- Vite 3
- ESM SSR build (
"type": "module") - Improved cold start
- Brand new data fetching system
react-query-inspireduseQueryanduseMutation- API-less data fetching with
useServerSideQuery - Remix-inspired form action handlers
- Waterfall-free
preloadfunctions - HatTip
- HTTP handling based on web standards
- Adapters for Vercel Edge, Netlify Edge, and Deno/Deno Deploy
- Express integration
- Routing improvements
- Route guards
- Catch-all routes
- Simpler 404 handling
- Miscellaneous
- Response headers customization
- Shared ESLint configuration