Redux FAQ

Redux FAQ

目录

  • General

- [Why should I use an immutable-focused library such as Immutable.JS?](recipes/usingimmutablejs#why-use-immutable-library) - [Why should I choose Immutable.JS as an immutable library?](recipes/usingimmutablejs#why-choose-immutable-js) - [What are the issues with using Immutable.JS?](recipes/usingimmutablejs#issues-with-immutable-js) - [Is Immutable.JS worth the effort?](recipes/usingimmutablejs#is-immutable-js-worth-effort) - [What are some opinionated Best Practices for using Immutable.JS with Redux?](recipes/usingimmutablejs#immutable-js-best-practices)

  • Code Structure

- [What should my file structure look like? How should I group my action creators and reducers in my project? Where should my selectors go?](faq/codestructure#structure-file-structure) - [How should I split my logic between reducers and action creators? Where should my “business logic” go?](faq/codestructure#structure-business-logic)

  • Performance