Skip to content

Commit

Permalink
fix: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed May 27, 2021
1 parent 50b57d1 commit b8b642c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@ At its heart lays a simple reactive store, which uses the dot notation path synt

It also comes with:

- a **[Vuex](https://vuex.vuejs.org/) plugin** so that you can use dot notation along with the
- a **[Vuex plugin](https://vue-path-store.netlify.app/path-store-vuex-plugin/)** so that you can use dot notation along with the
full power of Vuex (actions, getters, modules, devtools) as well.

- a **[Pinia](https://pinia.esm.dev/) plugin** so that you can use dot notation with your favorite fruity store.
- a **[Pinia plugin](https://vue-path-store.netlify.app/path-store-pinia-plugin/)** so that you can use dot notation with your favorite fruity store.

## Features
- Share state easily between components using either the object or composition API
- Use dot (or bracket) notation for mutating state (set, delete)
- Creates intermediate reactive object/array structures if not available while setting state
- Avoid Vue [change detection caveats](https://vuejs.org/v2/guide/reactivity.html#Change-Detection-Caveats)
- Extra methods for `Array` manipulation
- Enhance Vuex with dot notation by utilizing the PathStore Vuex Plugin
- Enhance Pinia with dot notation by utilizing the PathStore Pinia Plugin
- Enhance Vuex with dot notation by utilizing the [PathStore Vuex Plugin](https://vue-path-store.netlify.app/path-store-vuex-plugin/)
- Enhance Pinia with dot notation by utilizing the [PathStore Pinia Plugin](https://vue-path-store.netlify.app/path-store-pinia-plugin/)

## Browsers support

Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ At its heart lays a simple reactive store, which uses the dot notation path synt

It also comes with:

- a **[Vuex](https://vuex.vuejs.org/) plugin** so that you can use dot notation along with the
- a **[Vuex plugin](./path-store-vuex-plugin/)** so that you can use dot notation along with the
full power of Vuex (actions, getters, modules, devtools) as well.

- a **[Pinia](https://pinia.esm.dev/) plugin** so that you can use dot notation with your favorite fruity store.
- a **[Pinia plugin](./path-store-pinia-plugin/)** so that you can use dot notation with your favorite fruity store.

## Features
- Share state easily between components using either the object or composition API
- Use dot (or bracket) notation for mutating state (set, delete)
- Creates intermediate reactive object/array structures if not available while setting state
- Avoid Vue [change detection caveats](https://vuejs.org/v2/guide/reactivity.html#Change-Detection-Caveats)
- Extra methods for `Array` manipulation
- Enhance Vuex with dot notation by utilizing the PathStore Vuex Plugin
- Enhance Pinia with dot notation by utilizing the PathStore Pinia Plugin
- Enhance Vuex with dot notation by utilizing the [PathStore Vuex Plugin](./path-store-vuex-plugin/)
- Enhance Pinia with dot notation by utilizing the [PathStore Pinia Plugin](./path-store-pinia-plugin/)

## Browsers support

Expand Down

0 comments on commit b8b642c

Please sign in to comment.