Open MauriceArikoglu opened 9 months ago
you can find the apis on the nextjs website: https://nextjs.org/docs/pages/building-your-application/routing
Any update? I tried getting NextJS (v14.2.12) to work with Bun (v1.1.28), and it mostly worked, but the hot reloading of Next didn't work during development. It would recompile, but the changes wouldn't be reloaded.
What is the type of issue?
No response
What is the issue?
In https://bun.sh/guides/ecosystem/nextjs it is mentioned nextjs app router is incompatible with bun as it’s using node APIs not yet implemented.
What about the pages router? Any plans on listing the APIs so one can help implement? Is there a milestone somewhere for implementation? Next is a heavily used web framework and it surely helps bun adoption if the runtime support is worked for.
Where did you find it?
https://bun.sh/guides/ecosystem/nextjs