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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ This tiny library (2Kb) uses **DOM Events** as messangers for state change. The
10
10
- Uses localStorage as app state storage, and all change in state are immediately written to the store, so that state persistence comes for free.
11
11
- 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.
12
12
- 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..
0 commit comments