Skip to content

Releases: rakkasjs/rakkasjs

0.6.3

02 Nov 17:37
Compare
Choose a tag to compare

A d'Oh! release. Refer to 0.6.2 for fixes and features.

0.6.2

02 Nov 17:18
Compare
Choose a tag to compare
  • rakkas preview CLI command (courtesy of @sharmapukar217)
  • 🪲 No more FOUC (flash of unstyled content) in development
  • 🪲 Sourcemap options are now respected
  • 🪲 ctx.fetch now honors the credentials property
  • 🪲 useId now matches between SSR and client
  • 🪲 useServerSideQuery(() => someVar) now works as expected
  • 🪲 Command-click is now handled correctly on macOS

0.6.1

05 Sep 21:09
Compare
Choose a tag to compare

Just bug fixes and better error reporting during prerender.

0.6.0

08 Aug 16:28
Compare
Choose a tag to compare

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-inspired useQuery and useMutation
    • API-less data fetching with useServerSideQuery
    • Remix-inspired form action handlers
    • Waterfall-free preload functions
  • 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

https://github.com/rakkasjs/rakkasjs