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
- [Composable and Reusable Sinks](#composable-and-reusable-sinks)
20
-
- [Transducers support](#transducers-support)
21
-
- [Time Travel](#time-travel)
22
-
- [Modular and Easy to Extend](#modular-and-easy-to-extend)
23
18
- [How](#how)
24
-
- [1. Component Wrapper](#1-component-wrapper)
25
-
- [2. Define How to connect Component and Streams](#2-define-how-to-connect-component-and-streams)
26
-
- [2.1. transform intent stream to state mapper stream](#21-transform-intent-stream-to-state-mapper-stream)
27
-
- [2.2. define action mapper that can be use to added intent to your Intent Stream.](#22-define-action-mapper-that-can-be-use-to-added-intent-to-your-intent-stream)
- [Type N Search with Transducers](./examples/transducer-type-n-search) [(live)](https://oyanglul.us/react-most/examples/transducer-type-n-search/public/)
174
+
- [Type N Search with Time Travel](./examples/type-n-search-with-undo) [(live)](https://oyanglul.us/react-most/examples/type-n-search-with-undo/public/)
180
175
181
176
## Performance
182
177
`react-most` no more than creating stream from your actions, and bind it to state stream. no any other computations happen in `react-most`. so please refer to [most.js's perf](https://github.com/cujojs/most/tree/master/test/perf) which is realy Great!
0 commit comments