morrys / react-relay-offline

TypeScript library files for Relay Modern Offline
https://morrys.github.io/react-relay-offline/docs/react-relay-offline.html
MIT License
224 stars 15 forks source link

Support relay-runtime v13 #109

Closed morrys closed 2 years ago

giautm commented 2 years ago

Hi, have you done anything for this issue?

morrys commented 2 years ago

Hi @giautm, for the moment I have adapted relay-hooks to version v13. For react-relay-offline I need to find more free time as I have to edit all tests due to the new Relay compiler https://github.com/relay-tools/relay-hooks/pull/201

giautm commented 2 years ago

Not-related, but do you have any plan to deprecated the package relay-tools/relay-hooks? due to it was supported by react-relay, then will easier to upgrade other packages.

morrys commented 2 years ago

relay-hooks will be deprecated when its usage decreases and Suspense will become the standard for all

giautm commented 2 years ago

I don't want to use relay-hooks, because react-relay has everything I need. But, I have to use them because react-relay-offline required it.

morrys commented 2 years ago

Now the priority is to update react-relay-offline to the new compiler.

Later, I will consider deprecating relay-hooks in react-relay-offline

morrys commented 2 years ago

resolved with react-relay-offline v6.0.0 https://github.com/morrys/react-relay-offline/releases/tag/v6.0.0

justindomingue commented 1 year ago

Now the priority is to update react-relay-offline to the new compiler.

Later, I will consider deprecating relay-hooks in react-relay-offline

any updates on deprecating relay-hooks?