|
|
|
|
|
by stopachka
673 days ago
|
|
Both convex and Instant let you build apps quickly without worrying about the backend. Where Instant differs, is that queries and transactions can run on the client: you get optimistic updates and offline mode by default. On the other hand, convex lets you define queries as functions that can run on the edge. I haven't used convex deeply, but this is my understanding. |
|
Both look really promising in my opinion.
(Edited for typos)