Is Convex focused on React, or is it frontend agnostic?
Is convex auth focused on react ? Or frontend agnostic
9 Replies
Agnostic! The React client gets front billing in the docs because it's the most common customer profile we see. But see the list of quickstarts or the Client Libraries section of the docs for the many frameworks and languages supported.
@v I see you mention Svelte in another thread, have you tried the Convex Svelte client?
I'm talking about the new convex auth. https://labs.convex.dev/auth I believe this is the new auth coming right? But yeah I use the svelte client https://github.com/get-convex/convex-svelte/issues/3 the authjs stuff is just a bit weird but id imagine it would work with anything authjs supports but just not come with pre-built components from convex?
Convex Auth - Convex Auth
Relations, default values, unique fields and more for Convex
GitHub
Add skipConvexDeploymentUrlCheck Option to setupConvex Function · I...
Currently, the setupConvex function throws an error when provided a URL that does not end with ".convex.cloud": export const setupConvex = (url: string) => { if (!url || typeof url !==...
Ah sorry totally misread your question
hm and I gave this thread a misleading title that doesn't reflect your question
It's okay papi
It's going to be React-focused for those components as you suggest above, but a lot of the code is backend and will be the same.
Okay so I should be able to reuse the backend that's fine by me
I don't need it or anything I just like to try stuff
Curious, Convex Auth implements configuration via Auth.js "provider" configs. Would love to see the comparison between this and lucia.
Will Convex Auth add support for Passkeys (I see it conspicuously missing from the description now)? Maybe you can look at Hanko.io for inspiration (aka "borrow code"). @Tom
@Tom ?
I don't know, I look forward to finding out once Auth is out!