You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With @nitedani we were thinking of having zero-config integrations for servers (vike-express, vike-hono, ...).
I think we can (and should!) also integrate Universal Middlewares into these server integrations.
importexpressfrom'express'importvikefrom'vike-express'constapp=express()// Integrates not only Vike's renderPage() but also the server endpoint of// Telefunc/tRPC/GraphQL/...app.use(vike)
In other words:
Vike extensions are full-stack integrations (not only frontend)
Vike extensions are Stem. There won't be any npm package nor GitHub repositories called "Stem".
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With @nitedani we were thinking of having zero-config integrations for servers (
vike-express
,vike-hono
, ...).I think we can (and should!) also integrate Universal Middlewares into these server integrations.
In other words:
Vike Core => only Frontend
Vike Extensions => full-stack zero-config ejectable integrations
Beta Was this translation helpful? Give feedback.
All reactions