wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

Update to Relay v12 #140

Closed wincent closed 2 years ago

wincent commented 5 years ago

... or to whatever is the latest at the time I get around to it: https://github.com/facebook/relay/releases

Principally so I can get rid of my persisted query hacks: https://github.com/facebook/relay/releases/tag/v2.0.0-rc.2

Disclaimer: it's possible I will never get to this. I have an experimental Relay-less rewrite about 3% completed in the next branch at this time.

jgcmarins commented 4 years ago

Hello, @wincent. Thanks for this awesome project and example on how to use Relay.

Any plans do bring Relay hooks (useQuery, useFragment and so on)? They've been released in experimental mode.

wincent commented 4 years ago

TBH, maybe not. I maintain this project just for fun, and working through a chain of breaking updates probably won't be much fun. I am occasionally spending time on the side on a from-scratch rewrite — because that is fun — but that may take a while (and may never be finished!).

wincent commented 2 years ago

Superseded by #180.