v1.0.2
- Properly allow React 19 RC and Vite 6 beta as peerDependencies
- Introduce
lazy()
- a React.lazy wrapper with preload functionality - Introduce
preloadAll()
to preload React.lazy components on the server to avoid the first request triggering the Suspense fallback
Full Changelog: v1.0.1...v1.0.2