marz icon indicating copy to clipboard operation
marz copied to clipboard

🚀 A Fast and Lightweight React Server Components Framework for Bun

Results 2 marz issues
Sort by recently updated
recently updated
newest added

Currently the framework implements streaming SSR which is then re-hydrated by fetching RSC from the __marz endpoint. I think ideally that I'd want to skip streaming SSR and instead render...

enhancement

This is related to an issue in Bun: https://github.com/oven-sh/bun/issues/5344 A workaround for now is to run Marz with `MINIFY=true bun run index.tsx`

bug
Bug in Bun