Redux FAQ
Table of Contents
- General
- Reducers
- Store Setup
- Can or should I create multiple stores? Can I import my store directly, and use it in components myself?
- Is it OK to have more than one middleware chain in my store enhancer? What is the difference between next and dispatch in a middleware function?
- How do I subscribe to only a portion of the state? Can I get the dispatched action as part of the subscription?
- Multiplatform
- What is "Multiplatform" Kotlin?
- Can I use existing JS Redux code?
- Can I use React with ReduxKotlin?
- Does compiling to Native for iOS include a VM? Is there a lot of overhead?
- How do I structure a multiplatform kotlin project?
- How is this related to the kotlin-redux wrapper?
- Are coroutines usable on Native/iOS?