Skip to content

Commit 7c4a7da

Browse files
committed
just a small test
1 parent 015926f commit 7c4a7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ This tiny library (2Kb) uses **DOM Events** as messangers for state change. The
1010
- Uses localStorage as app state storage, and all change in state are immediately written to the store, so that state persistence comes for free.
1111
- It only updates what changes: no non-sense "all of the world must update" callbacks a la Reddux. Each element registers to the "actions" it wants to listen for and the callbacks are runned from a list of subscribers.
1212
- It is FAST: using DOM events allows it to be quite fast, benchmarking is on-going and some tuning is needed, but data-bindings updates are already faster than a lit-element for example.
13-
- For a few reasons it does not implement the fancy "time-travel" functionality as Reddux, altough I like it...
13+
- For a few reasons it does not implement the fancy "time-travel" functionality as Reddux, altough I like it..
1414

1515

0 commit comments

Comments
 (0)