nodkz / relay-northwind-app

A complex React, Relay, GraphQL demo app. Online demo:
https://nodkz.github.io/relay-northwind/
MIT License
103 stars 18 forks source link

Let's migrate to Modern? #4

Closed jgcmarins closed 7 years ago

jgcmarins commented 7 years ago

Hello, @nodkz

Are you accepting PRs migrating to Relay Modern? I'd love to help!

If it's ok, just let me know how can I contribute 😄

nodkz commented 7 years ago

It will be cool! 👍 For now, I'm stuck with our internal app (it also on relay classic) and have no time to do it myself. BUT if you interested to help, let's do it!

If it's ok, just let me know how can I contribute 😄

  • fork repo
  • create branch modern in your forked repo
  • make some changes and make commit (it may just upgrade packages for the start)
  • open your forked repo on github and make PR to my repo (there should be a checkbox which allows to me send commits to your repo. In such case I will have access to make commits directly to your forked repo, they will be automatically translated to PR in this repo, and you will no need makes merges from upstream while we work together inside your fork. In other words, all work on migration to Relay Modern will be in your forked repo. When all work will be done, I just merge it with master.)
  • All discussion and TODO we can keep in your upcoming PR. 😉

Thanks for help!

jgcmarins commented 7 years ago

Great! \o/ Thanks, @nodkz

nodkz commented 7 years ago

I'm started own modern branch. I saw too much outdated packages, so updated them myself.

Tomorrow I'll try to make app alive with new packages on new relay package in classic mode. Only after that, we can go further.

jgcmarins commented 7 years ago

Nice!

nodkz commented 7 years ago

Relay Modern in master branch now.

jgcmarins commented 7 years ago

Wow, great job!