denvned / isomorphic-relay

Adds server side rendering support to React Relay
BSD 2-Clause "Simplified" License
242 stars 53 forks source link

Upgrade to relay modern #67

Closed hung-phan closed 7 years ago

hung-phan commented 7 years ago

Hi @denvned,

do you have any plan to upgrade the version of react-relay to 1.0.0?

robrichard commented 7 years ago

@hung-phan I have a PR to support classic mode in react-relay@1.0.0 https://github.com/denvned/isomorphic-relay/pull/66

For relay modern, I have an example of how to do isomorphic rendering without isomorphic-relay: https://github.com/robrichard/relay-modern-isomorphic-example