Integration for Fresh (Deno) #6364
andrewrosss
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if there's interest in a fresh integration?
The
handler
semantics for fresh pages is similar in spirit how nextjs handles API routes.Fresh defaults to using preact for templating/UI so existing nextjs client code could be a good starting point for the client code for this integration.
The route pattern matching is even pretty much identical to how nextjs (v12) handles their routes.
It also seems like with next-auth becoming more general (as authjs), deno now having recently stabilized npm specifiers, and fresh not really having a auth solution of its own, this could be a nice fit.
Beta Was this translation helpful? Give feedback.
All reactions