weixin_39672011 2020-11-29 19:25 采纳率: 0%
浏览 0

[WIP] Swap alt with redux

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

  • 写回答

7条回答 默认 最新

  • weixin_39672011 2020-11-29 19:25
    关注

    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!

    评论

报告相同问题?