Hyeseong Kim

Results 389 comments of Hyeseong Kim

I don't think this is related to rules of hooks, `use` is actually valid in that rule. https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/src/RulesOfHooks.js#L18-L20 However, I think `MyQuery.useMyQuery` instead `MyQuery.use` maybe helpful when the query module...

### Preloading with router Show how to interact with preloaded data before and after navigate to a route. This is one of the important concepts in original [Relay examples](https://github.com/relayjs/relay-examples/blob/master/issue-tracker/README.md) and...

### Data-driven code-splitting Not sure if ReasonRelay supports `JSModule`, `@match`, and `@module`, but I think it is an eye-catching feature of the Relay. https://mrtnzlml.com/docs/relay/match-module This could be a topic similar...

This comment is created from [issue tracker demo](https://github.com/cometkim/rescript-relay-issue-tracker) XD

I have binding to `useMutableSource` (former version of `useSyncExternalStore`) https://github.com/reason-seoul/snowpack-rescript-react/blob/07a59a6/src/bindings/ReactExperimental.res#L4-L26 guess it might help

I started working on this. maybe I need to wait for #286 closed

@protagros @arjun27 Sorry, I have stopped it for a while because I'm extremely busy recently Maybe I can resume it in March.

> Maybe I can resume it in March. Whoops, I'm embarrassing. @HaaLeo please let me know if I can any help. > started working on this using mattermost/mattermost-redux. API client...

I'm using some in-memory LRUs and some MongoDB in production. Obviously, this asynchronous situation is needed, but there is still an ongoing discussion about it. See https://github.com/dotansimha/envelop/discussions/497

Ah, i got it. Maybe it's better to find another example for SDL support. like WASM-based something? I assume graphql-tools have broader use cases including browsers. and I would definitely...