zth / rescript-relay

Use Relay with ReScript.
https://rescript-relay-documentation.vercel.app/docs/getting-started
337 stars 50 forks source link

Support for ReScript v11 and @rescript/react v0.12 #442

Closed mununki closed 1 year ago

mununki commented 1 year ago

This PR includes the following changes:

I'm going to follow up on subsequent changes to the compiler and rescript-relay here. This is in response to the latest ReScript v11 and rescript-react v0.12.0, so feel free to close it for reference.

zth commented 1 year ago

Thank you! I'm thinking we should probably put out a rescript-relay@next soon that's compatible with v11.

v11 also brings a lot of potential changes/improvements for rescript-relay. I'm going to write them up a bit more clearly as RFCs, but @mununki I'm interested in your thoughts on them already. Some of them are detailed here, if you want to weigh in: https://github.com/zth/rescript-relay/issues/427

zth commented 1 year ago

This was slightly more involved, but I think I solved it in https://github.com/zth/rescript-relay/pull/447. Closing this (thanks for the pointers!) in favor of that.