Replies: 2 comments
-
FWIW
https://masteringnuxt.com/nuxt3/lessons/5-16-understanding-nitro So to me it seems like HatTip would compare to H3. Nitro would compare to Vike, I guess. Although I couldn't figure out if Nitro is based on Vite or not (but Nuxt 3 is, so presumably yes... but there is a vite-plugin-nitro needed...). Furthermore, Nitro is focused on API endpoints, whereas Vike isn't. |
Beta Was this translation helpful? Give feedback.
-
Maybe Nitro is not a substitute for Vike, since here's an example using Nitro with Vike...: Though I came across this...: Servite - "A vite plugin for React SSR / SSG / CSR / Islands. Powered by nitro." Apparently, Vite plugs into Nitro, which is the web server framework (on top of H3): "Vite actually fits into one of the routing handlers into Nitro. Nitro owns the server both during development and production, and then Vite kind of plugs in. Like so for example the Static Server doesn't need Vite, but the client servers do." -- according to Nikhil Saraf, author of Vinxi (built on top of Nitro) |
Beta Was this translation helpful? Give feedback.
-
Nitro is getting a lot of hype. I'm thinking HatTip could ride on Nitro's wave by telling users how it compares itself with Nitro.
Beta Was this translation helpful? Give feedback.
All reactions