Classes
The following classes are available globally.
-
This class is the default implementation of the
See moreStore
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 aMainReducer
with all of your reducers as an argument.Declaration
Swift
public class MainStore: Store