Skip to content

Commit 55b0720

Browse files
authored
Update rationale.md
Update docs link
1 parent ba451e5 commit 55b0720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/discussion/rationale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Why was Pathify created?
88

99
The rationale behind creating Pathify is that **Vuex is great** but the coding experience is **way too complex** for something as simple as **setting and getting values** on what is essentially a global object.
1010

11-
Managing state should not feel like an episode of [American Ninja Warrior](https://www.youtube.com/watch?v=TPa8whN2q60), we should not need to be constantly checking the manual for syntax or caveats, writing reams of redundant code, or fretting over which "best practice" will protect us from ourselves long enough to make an app that functions in the real world.
11+
Managing state should not feel like an episode of [American Ninja Warrior](https://www.youtube.com/watch?v=gZkObiYVdN4), we should not need to be constantly checking the manual for syntax or caveats, writing reams of redundant code, or fretting over which "best practice" will protect us from ourselves long enough to make an app that functions in the real world.
1212

1313
With that being said, Vuex is the Vue **state management standard**, has great tooling and online support, so we want to work with it rather than coming up with a new solution that no-one knows or cares about.
1414

0 commit comments

Comments
 (0)