File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Mostly functional:
9
9
- [ Freezer] ( #freezer )
10
10
- [ Mobx] ( #mobx )
11
11
- [ PureScript] ( #purescript )
12
+ - [ Reductive] ( #reductive )
12
13
13
14
In progress:
14
15
- [ ClojureScript] ( #clojurescript )
@@ -217,3 +218,16 @@ var middleware: [StoreMiddleware] = [
217
218
middleware.append(MonitorMiddleware.create(using: .defaultConfiguration))
218
219
#endif
219
220
` ` `
221
+
222
+ ### [Reductive](https: // github.com/reasonml-community/reductive)
223
+ #### [` reductive-dev-tools` ](https: // github.com/ambientlight/reductive-dev-tools)
224
+ ` ` ` reason
225
+ let storeEnhancer =
226
+ ReductiveDevTools.(
227
+ Connectors.reductiveEnhancer(
228
+ Extension.enhancerOptions(~name="MyApp", ()),
229
+ )
230
+ );
231
+
232
+ let storeCreator = storeEnhancer @@ Reductive.Store.create;
233
+ ` ` `
You can’t perform that action at this time.
0 commit comments