meteor-reacterminator
meteor-reacterminator copied to clipboard
Look Into Jumpsuit
Look into https://medium.com/@tannerlinsley/jumpsuit-react-redux-made-simple-e3186ba1b077#.6d4zkqr3i. Might be things we should consider doing.
@MatthewHager this is really interesting. Very similar to what we are trying to achieve, but it is definitely opinionated about its process. I really like the idea of writing less redux code and letting it handle the code. The only thing I wonder about is the cost. Does this fs write or do everything at runtime eval.
I think we should do some more research into it. I'll try to do a sample app with it this weekend to investigate.
@JohnRodney One thing I am concerned about is how does it handle globally scoped state. It seems they assume redux states are component based. And we do want to preserve the global nature of redux. After you dig into that, can you explain how does it work?