bananaoomarang / isomorphic-redux

Isomorphic Redux demo, with routing and async actions
https://medium.com/@bananaoomarang/handcrafting-an-isomorphic-redux-application-with-love-40ada4468af4
MIT License
455 stars 87 forks source link

link to React-lego as an example? #64

Closed peter-mouland closed 6 years ago

peter-mouland commented 8 years ago

Hi, I have implemented the concepts you talk about in the blog post and implemented them in an example project. Would you be kind enough to link to React-lego?

As a quick intro, I started the project to help people implement ideas and new techs one piece at a time. I found many starter-apps or boiler-plates etc were often all singing / all dancing and could be hard to disect.

The section/branch which implements the promise-middle ware is https://github.com/peter-mouland/react-lego#redux-with-promise-middleware

bananaoomarang commented 8 years ago

Hi Peter, not around my laptop ATM but React-lego sounds like a cool idea I’ll have a look at adding this. Thanks!

govind999 commented 8 years ago

@peter-mouland what are the advantages we get if you link to React-lego? i am using this repo as an example for our isomorphic app, i am going through react logo repo also, its interesting.

peter-mouland commented 8 years ago

I just thought it might help people out.

I know sometimes I try things out and miss something that looks innocuous; so seeing another repo doing the same thing, but in a slightly different way, might help.

govind999 commented 8 years ago

@peter-mouland do you know where is the master repo for react-lego which has redux ect integrated,

This one has only the basic one https://github.com/peter-mouland/react-lego

govind999 commented 8 years ago

@bananaoomarang is hot reloading working on this module?

peter-mouland commented 8 years ago

yeah, in the react-hot-loading branch: https://github.com/peter-mouland/react-lego#hot-reloading

govind999 commented 7 years ago

@peter-mouland @bananaoomarang do you guys worked on i18 integration for react? if so can you point me to some tutorials?