denvned / isomorphic-relay

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

Changelog #35

Open juhaelee opened 8 years ago

juhaelee commented 8 years ago

Hey @denvned! Thanks for everything you're doing with isomorphic-relay. I've been checking it out and it's awesome. Would it be possible for you to have a changelog with isomorphic-relay and isomorphic-relay-router? It would make following what needs to be changed a lot easier :)

thelordoftheboards commented 8 years ago

I want to join in and say big thanks for all the development and support!

CoericK commented 8 years ago

Hey @juhaelee what about Hot Reload Replacement? Like this project https://github.com/Hashnode/mern-starter. Do you think it is possible to integrate it?

juhaelee commented 8 years ago

@CoericK this isn't a boilerplate. You should be adding Hot Reload Replacement in your own app :)

CoericK commented 8 years ago

@juhaelee the problem is that i dont know how to do it with this module or in its example i dont know how to handle the hooks and that stuff. Can you give a try to the example they are giving us? at https://github.com/denvned/isomorphic-relay-router/tree/master/examples/todo

thelordoftheboards commented 8 years ago

http://andrewhfarmer.com/starter-project/ and enter 'live reload, relay' are any of those helpful?