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
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ Universal state container for modern JS applications written with TypeScript for
6
6
7
7
API docs are here: https://volicon.github.io/Type-R/
8
8
9
-
Distributed application state is defined as supersposition of the recursively nested `Record` and `Collection` objects.
10
-
State trees supports transactional and deeply observable changes, and are JSON-serializable by default. All state elements are _typed_ with run-time type assertions and type conversions on assignment. The declarative state validation is supported out of box as well.
9
+
Distributed application state is defined as a superposition of the recursively nested `Record` and `Collection` objects.
10
+
State trees support transactional and deeply observable changes and are JSON-serializable by default. All state elements are _typed_ with run-time type assertions and type conversions on assignment. The declarative attribute-level validation is supported as well.
11
11
12
12
Type-R explicitly supports both _aggregation_ and _associations by id_ with the majority of operations performed recursively on _ownership trees_.
0 commit comments