From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Sun, 23 Jun 2019 14:12:10 +0200
Subject: API documentation for KVision 0.0.37
---
api/pl.treksoft.kvision.redux/-redux-store/-init-.html | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
(limited to 'api/pl.treksoft.kvision.redux/-redux-store/-init-.html')
diff --git a/api/pl.treksoft.kvision.redux/-redux-store/-init-.html b/api/pl.treksoft.kvision.redux/-redux-store/-init-.html
index c119ddfc..c6d3d906 100644
--- a/api/pl.treksoft.kvision.redux/-redux-store/-init-.html
+++ b/api/pl.treksoft.kvision.redux/-redux-store/-init-.html
@@ -8,20 +8,18 @@
kvision / pl.treksoft.kvision.redux / ReduxStore / <init>
<init>
-
-ReduxStore(reducer: <ERROR CLASS><S, A>, initialState: S, stateSerializer: KSerializer<S>, vararg middlewares: dynamic)
+
+ReduxStore(reducer: <ERROR CLASS><S, A>, initialState: S, vararg middlewares: dynamic)
Creates a Redux store with given reducer function and initial state.
Parameters
-S
- redux state type (@Serializable)
+S
- redux state type
A
- redux action type
reducer
- a reducer function
initialState
- an initial state
-
-stateSerializer
- a serializer for the state type
middlewares
- a list of optional Redux JS middlewares
Constructor
--
cgit