-
Notifications
You must be signed in to change notification settings - Fork 842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please pay attention to Nue.js #1656
Comments
What you can see from this benchmark is the client-side reactivity only. I can see the template syntax is somewhat similar to vue, and that speed can be tested, but all the meta-framework, content-first features can't be tested here for the same reasons that Astro and Next.js doesn't have entries. |
@birkskyum What you're talking about is probably "Nuekit", an alternative to "SvelteKit", "Nextjs", "Astro" and others. However, there is a pure frontend framework that I think can be measured: https://github.com/nuejs/nue/tree/master/packages/nuejs |
I believe we're both talking about the same thing, namely https://www.npmjs.com/package/nuejs-core. |
Is there a static adapter? A way to make static site generation? We need that, since the nuejs is server side rendered. nuejs/nue#85 (comment) |
There should be now: https://nuejs.org/blog/nue-release-candidate/ |
Despite the fact that the community of this framework is still quite small, it already looks head and shoulders above the frameworks on the lists.
I would like to understand how fast it really is, because from the development point of view, it looks a bit better than even the top ones: Solid and Svelte.
The text was updated successfully, but these errors were encountered: