ReduxKotlin

ReduxKotlin

  • Getting Started
  • API
  • FAQ
  • Github
  • Need help?

›FAQ

Introduction

  • Getting Started with Redux
  • Motivation
  • Core Concepts
  • Three Principles
  • Threading
  • Learning Resources
  • Ecosystem
  • Examples

Basic Tutorial

  • Basic Tutorial: Intro
  • Actions
  • Reducers
  • Store
  • Data flow

Advanced Tutorial

  • Advanced Tutorial: Intro
  • Async Actions
  • Middleware

FAQ

  • FAQ Index
  • General
  • Reducers
  • Store Setup
  • Multiplatform

Other

  • Glossary
  • Troubleshooting
  • Feedback

API Reference

  • API Reference
  • createStore
  • createThreadSafeStore
  • createSameThreadEnforcedStore
  • Store
  • applyMiddleware
  • compose

Redux FAQ

Table of Contents

  • General
    • When should I learn Redux?
    • When should I use Redux?
  • Reducers
    • How do I share state between two reducers? Do I have to use combineReducers?
    • Do I have to use the when statement to handle actions?
  • 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?
← PreviousGeneral →
  • Table of Contents
ReduxKotlin
Docs
Getting StartedCore ConceptsBasicsAdvanced
Community
#redux slackTrello board
More
GitHubStar
Thank you to Dan Abramov and the Redux.js.org documentation authors from which this was forked.
Some icons copyright Font Awesome and Noun Project (Hassan ali, ProSymbols)