Road map? #212
Closed
fuma-nama
announced in
Announcements
Road map?
#212
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While I was strived to make the development easier and faster, I started to encounter some bottlenecks on the API design.
It is unlike the other frameworks, you can't spin it up without any configuration and code, it is empowered by Next.js. This saved us from reinventing the wheels for SSG and many other stuffs, but in other words, you can't use it without learning Next.js. I decided to remain the current model, makes it dedicated to Next.js developers so that you can enjoy the ultimate power of Next.js. Here are my future plans:
Support generating docs from OpenAPI spec. The existing solutions are not customisable and flexible when you are trying to integrate it with web frameworks like Next.js, I want to simplify this process. Furthermore, I want to bring a better UI via Next Docs UI.
Rename to Fuma Docs (or fuma/docs), since its name is conflicted with Next.js docs. I will probably migrate to the new name in the next major release.
Thanks to the magic of RSC. We can already make incredible things like having a server components in MDX files.
Beta Was this translation helpful? Give feedback.
All reactions