Skip to content

Commit

Permalink
docs: update size
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 26, 2022
1 parent 6efa780 commit a3ae2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,18 +107,10 @@ A few notes about the project and possible questions:

**A**: Dynamic modules are not type safe, so instead [we allow creating different stores](https://pinia.vuejs.org/cookbook/composing-stores.html) that can be imported anywhere

## Roadmap / Ideas

- [x] Should the state be merged at the same level as actions and getters?
- [ ] ~~Allow grouping stores together into a similar structure and allow defining new getters (`pinia`)~~
You can directly call `useOtherStore()` inside of a getter or action.
- [ ] ~~Getter with params that act like computed properties (@ktsn)~~ Can be implement through a custom composable and passed directly to state.

## Installation

```bash
yarn add pinia
# or with npm
# or pnpm or yarn
npm install pinia
```

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ features:
- title: 🏗 Modular by design
details: Build multiple stores and let your bundler code split them automatically.
- title: 📦 Extremely light
details: Pinia weighs around 1kb, you will forget it's even there!
details: Pinia weighs ~1.5kb, you will forget it's even there!
footer: MIT Licensed | Copyright © 2019-present Eduardo San Martin Morote
---

Expand Down

0 comments on commit a3ae2dd

Please sign in to comment.