Yet another React Meta-Framework. Similar to Next.js, but fully open and built for Bun.
Next.js is a popular React Meta-Framework that is used to build server-side rendered (SSR) React applications. It is a powerful and flexible framework that provides a lot of features out of the box. Here’s my rant about why I don’t like it:
Kindly note:
We are writing the code currently in TypeScript and Bun. If the framework gains traction, we will re-write as a Bun Plugin or plan something else.
const config = {
prerender: true,
spa: true,
}
next/navigation
create.bingo
:
After that, we identified that VoidZero is making significant investment in the space through tools like Rolldown, Vite, etc. So, we decided to further add support for it. Vite is more stable than Bun, hence, this can be seen as a plug-in replacement for Next.js for users where stability is more important.
The project is a work-in-progress and estimated to launch in May 2025. You can track the progress on our Github Repository