does this really only work with React
does this really only work with React? Can I add this to an existing Vue project?
3 Replies
Hey! No, it works fine with other frameworks. But you don't have access to a lot of the higher-level subscription / component update machinery without replicating that yourself
We have plenty of users in non-react contexts
the right library for you to use is https://docs.convex.dev/api/classes/browser.ConvexHttpClient
Class: ConvexHttpClient | Convex Developer Hub
browser.ConvexHttpClient
that is the lower-level client that works with any framework and doesn't assume React