Classes

The following classes are available globally.

  • This class is the default implementation of the Store protocol. You will use this store in most of your applications. You shouldn’t need to implement your own store. You initialize the store with a reducer and an initial application state. If your app has multiple reducers you can combine them by initializng a MainReducer with all of your reducers as an argument.

    See more

    Declaration

    Swift

    public class MainStore: Store