v
v7mo ago

Is Convex focused on React, or is it frontend agnostic?

Is convex auth focused on react ? Or frontend agnostic
9 Replies
ballingt
ballingt7mo ago
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?
v
vOP7mo ago
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 !==...
ballingt
ballingt7mo ago
Ah sorry totally misread your question hm and I gave this thread a misleading title that doesn't reflect your question
v
vOP7mo ago
It's okay papi
ballingt
ballingt7mo ago
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.
v
vOP7mo ago
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
Rope-a-dope
Rope-a-dope7mo ago
Curious, Convex Auth implements configuration via Auth.js "provider" configs. Would love to see the comparison between this and lucia.
Dagnabbit
Dagnabbit7mo ago
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 ?
ballingt
ballingt7mo ago
I don't know, I look forward to finding out once Auth is out!

Did you find this page helpful?