Moving from alt to redux, with immutable.js. - redux - Immutable.js
Pending Issues - [ ] Clear out input form after submit. - [ ] Proper functioning of processing indicator.
该提问来源于开源项目:shakacode/react-webpack-rails-tutorial
Moving from alt to redux, with immutable.js. - redux - Immutable.js
Pending Issues - [ ] Clear out input form after submit. - [ ] Proper functioning of processing indicator.
该提问来源于开源项目:shakacode/react-webpack-rails-tutorial
A few observations: 1. It's a bit of work to use the immutable.js API. You have to be very careful about introducing mutable objects inside of it. 2. Going from multiple reducers to "data" is somewhat confusing: https://github.com/justin808/react-webpack-rails-tutorial/pull/59/files#diff-46faf85c75e5d9204659168ddf8e718dR1. I'm not sure what to name these parts.
Thanks for the help!