Gabriel Nordeborn

Results 161 issues of Gabriel Nordeborn

https://github.com/zth/rescript-relay/pull/551

Or at least point to the current Relay docs about it somewhere reasonable in the docs.

With the new APIs in Relay 18.2 (`waitForFragmentData`) it's now entirely possible to run Relay without React. A few more APIs need bindings for this to be really slick, but...

Relay Resolvers can carry context in recent Relay versions. Figure out how to bind to that. https://relay.dev/docs/next/guides/relay-resolvers/context/

New API in Relay: https://relay.dev/docs/next/api-reference/relay-runtime/api-reference/observe-fragment/ Need to figure out how to bind to it in a nice way while still doing our runtime conversion using `convertFragment`.

Sibling to https://github.com/rescript-lang/rescript/pull/7369.

Would be nice to have a starter repo with some basics setup, including DB access with https://github.com/zth/pgtyped-rescript/blob/rescript/RESCRIPT.md.

`iron-session` works really well. Just need a small interface on top, and to transfer the `Set-Cookie` headers to the response properly. Will distill what I have into a guide.