Document which versions of Relay this library works with?
e.g, Does it work with Relay hooks API?
Should work with any version of relay, this is just tools for implementing the backend bits relay requires which don't change much
@jquense what @gajus is referring to is react-relay/hooks (the experimental, suspense-based API) and not relay-tools/relay-hooks. I am going to venture a guess that found-relay is not compatible with React concurrent mode (definitely willing to be wrong on this one) since I cannot find any indications of suspension in this repo.
Do you know any information about if react-relay/hooks and found-relay can work together side-by-side? Or, am I thinking about this completely wrong? Appreciate your time.
Oop sorry, got my repos mixed up. Found relay is compatible with the experimental relay and concurrent mode, but doesn't use suspense internally. Hopefully when it's a bit more stable all around we can simplify a lot of the code here
@jquense That is super great news. We will have a go at this and report back. Gajus and I appreciate your support today! 🙏