get-convex / convex-demos

Demo apps built on Convex.
https://docs.convex.dev/
165 stars 25 forks source link

Will there be Vue JS/ Nuxt JS support in the near future? #16

Open HamadaFMahdi opened 1 year ago

HamadaFMahdi commented 1 year ago

Thank you for this! If there isn't any planned Vue JS support how can we integrate Convex into a generic frontend project? Or would you have to set up a Node server?

thomasballinger commented 1 year ago

Hello! I know people are using Vue with Convex today by wrapping the BaseConvexClient, and generally Convex should be able to be used in any fronted framework that lets you use JavaScript libraries. There are no immediate plans for this an official Vue.js client however.

KevinLeneschmidt commented 7 months ago

Hello, are there still no plans for that? Currently, we have to use the ConvexClient and use the .onUpdate to enable the realtime feature, right? A client would maybe offer a better solution.

thomasballinger commented 7 months ago

That's right, the ConvexClient is the way to go here, new since the above comment in August.

Hopefully this client provides everything necessary to create a Vue/Nuxt-specific client! If there's anything else to add let us know. If you're interested in independently sharing a wrapper you write but are stuck on something let me know, happy to answer questions or pair program a bit.