Skip to content

Commit 82379cc

Browse files
committed
benefits typo fix
1 parent 34b11ae commit 82379cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎store/introduction/benefits.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Benefits of Store
2-
Throughout the [overview](overview.md) we touched briefly on the advantages of utilizing Store over a typical, Angular 1 style approach but let's take a moment to recap. Why take the time to invest in this particular library, architecture pattern, and learning curve? The primary advantage to a Store-based application are __centralized state__, __performance__, __testability__, and __tooling__.
2+
Throughout the introduction we touched briefly on the advantages of utilizing Store over a typical, Angular 1 style approach but let's take a moment to recap. Why take the time to invest in this particular library, architecture pattern, and learning curve? The primary advantage to a Store-based application are __centralized state__, __performance__, __testability__, and __tooling__.
33
##### Centralized, Immutable State
44
All relevant application state exists in one location. This makes it easier to track down problems, as a snapshot of state at the time of an error can provide important insight and make it easy to recreate issues. This also makes notoriously hard problems such as undo/redo trivial in the context of a Store application and enables powerful tooling.
55
##### Performance

0 commit comments

Comments
 (0)