Replies: 1 comment
-
|
We're opinionated that you should use static codegen. TS inferring does not scale in performance, and is very sensitive to circular inference. Open to PRs to improve compatibility though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm generally happy with vanilla convex accept for the way it handled infinite queries, specifically when it comes to scroll restoration. Better convex solves that problem but I'm having an issue with the types.
Better convex wants me to create a
convex.jsonfile at the root with the followingHowever by doing this, it ends up breaking some of the type inference within my convex directory.
If I don't use that
convex.jsonI end up creating new issues. If I do use it, I introduce some type safety issues within convex.Is there a way around this?
Beta Was this translation helpful? Give feedback.
All reactions