You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Type N Search](https://github.com/reactive-react/react-most/tree/master/examples/type-n-search)[(live)](https://reactive-react.github.io/react-most/examples/type-n-search/public/)
-[Type N Search with Transducers](https://github.com/reactive-react/react-most/tree/master/examples/transducer-type-n-search)[(live)](https://reactive-react.github.io/react-most/examples/transducer-type-n-search/public/)
13
-
-[Type N Search with Time Travel](https://github.com/reactive-react/react-most/tree/master/examples/type-n-search-with-undo)[(live)](https://reactive-react.github.io/react-most/examples/type-n-search-with-undo/public/)
A [quick walk through of a counter app](Get-Started.html) will give you a brief idea of how Xreact work.
22
+
A 👉 [quick walk through of a counter app](Get-Started.html) will give you a brief idea of how xReact work.
23
23
24
24
## Features
25
25
@@ -31,7 +31,7 @@ In imperatively written code, you describe step-by-step how to process data. Wi
31
31
There's also [Fantasy Land](https://github.com/fantasyland/fantasy-land) implementation in `src/fantasy.ts`, you can see [bmi calculator example](https://github.com/reactive-react/xreact/blob/master/examples/bmi-calc/app.tsx) to get the idea.
32
32
33
33
### Typesafe and scalable
34
-
Rewritten in Typescript, and abstract Stream as Higher Kind type so easier to bring new FRP lib to integrete with xreact.
34
+
xReact is 100% Typescript!, abstract Stream as Higher Kind type so easier to bring new FRP lib to integrete with xreact.
35
35
36
36
### Composable and Reusable `Plan`
37
37
In Redux, reducers' use of `switch` statements can make them difficult to compose. Unlike reducers, the function `x` return is simply a function which can easily compose.
Xreact came with 2 FRP libs of choices, rxjs and mostjs, for any new lib you only need to implement the `StaticStream` with your prefered lib as Higher Kind Type.
70
+
xReact came with 2 FRP libs of choices, rxjs and mostjs, for any new lib you only need to implement the `StaticStream` with your prefered lib as Higher Kind Type.
71
71
72
72
more details about HKT implementation in TypeScript is [here](https://github.com/gcanti/fp-ts)
0 commit comments