Alec
Alec
A pretty well put together set of considerations. I’ll +1 just how excellent it was to start working with v9 trpc.useQuery. Coming from react-query there was exactly zero new api...
I already commented in another issue, but it seems more appropriate here. I'm _terribly_ confused how to deal with `defaultValue` when using `zod` with `react-hook-form`. https://github.com/colinhacks/zod/issues/804#issuecomment-1198591366 FWIW I'm encountering similar...
The link to the async/await discussion can be safely added. Do we still want to push `Js.Promise` as the best way to use promises instead of the alternative API's like...
Small suggestion — it would be nice to have `relude-*` accessible from the docs. Or maybe an "awesome-relude" repo will pop up... 😆
Hate to be that guy...but I love how it looks. 👻
Interesting. For some reason I was under the impression that `JD` decoders is specific to using `IO` which seemingly isn't the case. I'm using `bs-decode` in my project currently, so...
Thanks for the clarification guys :) I intend to learn more about infix and figured a side by side example would help. If there's anything I could do to help...