diff options
| author | Joris | 2023-02-19 14:36:39 +0100 | 
|---|---|---|
| committer | Joris | 2023-02-19 14:36:39 +0100 | 
| commit | d27c41e1a893d043017b7a73c4c6c8dee7596c96 (patch) | |
| tree | 0e42197df6ede122ed78d58a1fbf53fce26f492c | |
| parent | 078fa790c569e4e6dbae47a2d6514995ea8d0a9a (diff) | |
Update Readme
| -rw-r--r-- | README.md | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@  # Rx -3.4kb unzipped DOM binding library which: +Less than 10 kb unzipped DOM binding library which:  - composes updatable values, `Rx`, with `map` and `flatMap`,  - re-render DOM portions under `Rx` values. @@ -75,8 +75,8 @@ argument.  ## Ideas  - API:  -  - Rx debounce, filter, -  - Routeur with sub-page support. +    - Rx debounce, filter, +    - Routeur with sub-page support.  - Optimization: store intermediate rx instead of recomputing each time for multiple subscribers?  ## Inspiration  | 
