Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasborawski committed May 20, 2022
1 parent 48c9967 commit 11b2295
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

Fast and small library (composable), built on top of the native `EffectScope` **Vue 3 API** that will provide safe and sharable (across the app) state for your local composables and functions. It might be a good replacement / alternative for **Vuex** or **Pinia** state management, if you need smaller and less extensive solution.

#### Check out the **Stackblitz** Nuxt 3 demo [here](https://stackblitz.com/edit/vue-use-state-effect-demo). 🚀

### Motivation / Story

---

You can read all about the technical background and all the details in this [article](https://lukasborawski.medium.com/vue-use-state-effect-14f81a6c8d62).

Check out the **Stackblitz** demo [here](https://stackblitz.com/edit/vue-use-state-effect-demo). 🚀

Check out below how to use it, provided examples and demos where you can see it in action. Any questions, problems, errors? Please
check out the [Q&A](#questions) section first, then if you still will be unhappy add a new [Issue](/issues). Thanks and Enjoy!

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

Fast and small library, built on top of the native `scopeEffect` **Vue 3 API** that will provide safe and sharable (across the app) state for your local composables and functions. It might be a good replacement for **Vuex** or **Pinia** state management, if you need smaller and less extensive solution.

#### Check out the **Stackblitz** Nuxt 3 demo [here](https://stackblitz.com/edit/vue-use-state-effect-demo). 🚀

### Motivation / Story

---

You can read all about the technical background and all the details in this [article](https://lukasborawski.medium.com/vue-use-state-effect-14f81a6c8d62).

Check out the **Stackblitz** demo [here](https://stackblitz.com/edit/vue-use-state-effect-demo). 🚀

### Install

---
Expand Down

0 comments on commit 11b2295

Please sign in to comment.