> Users expect near-native responsiveness, even when offline
Do they? I think users are amazed if anything works without internet with modern applications.
show comments
FrustratedMonky
Seems a lot like FSharp Type Providers? Is that a good analogy?
williamcotton
I've got a similar project that includes a React component for the search input. The React component is actually a Monaco text editor so you get syntax highlighting, error highlighting, tab completion and more.
There's an animated GIF of the demo so you can get a very quick idea of how it works!
[deleted]
gitroom
Nice, Ive bounced around between Prisma and Kysely too. I get nervous about locking too much into one thing, you ever worry if leaning on too much codegen or magic ends up biting you down the road?
tehlike
LINQ or PRQL.
hu3
Looks good.
For a more database specific, type-safe, data querying solution, I like to use https://kysely.dev
show comments
mifydev
The same should apply to configuration, we have prisma for sql, we should have something like this for JSONs, like https://typeconf.dev (I’m one of the founders)
> Users expect near-native responsiveness, even when offline
Do they? I think users are amazed if anything works without internet with modern applications.
Seems a lot like FSharp Type Providers? Is that a good analogy?
I've got a similar project that includes a React component for the search input. The React component is actually a Monaco text editor so you get syntax highlighting, error highlighting, tab completion and more.
Check it out here: https://github.com/williamcotton/search-input-query
There's an animated GIF of the demo so you can get a very quick idea of how it works!
Nice, Ive bounced around between Prisma and Kysely too. I get nervous about locking too much into one thing, you ever worry if leaning on too much codegen or magic ends up biting you down the road?
LINQ or PRQL.
Looks good.
For a more database specific, type-safe, data querying solution, I like to use https://kysely.dev
The same should apply to configuration, we have prisma for sql, we should have something like this for JSONs, like https://typeconf.dev (I’m one of the founders)