Hi convex doesn t have any support for
Hi, convex doesn't have any support for angular?
1 Reply
Hey @Frédéric Thibault ! Welcome! For reactive web apps, Convex works best with react. We're looking into having first class support on other frameworks and appreciate your vote for Angular!
In the meantime you can either
- use the convex http client (nonreactive) https://docs.convex.dev/api/classes/browser.ConvexHttpClient
- Or if you want to build a reactive client for angular yourself, this is available. The React client is built on top of this. https://docs.convex.dev/api/classes/browser.InternalConvexClient
Class: ConvexHttpClient | Convex Developer Hub
browser.ConvexHttpClient
Class: InternalConvexClient | Convex Developer Hub
browser.InternalConvexClient