Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-baleine/vuex-instants-plugin
A plugin which leverages “Normalizing State Shape” by wrapping Vuex getters.
https://github.com/p-baleine/vuex-instants-plugin
Last synced: 21 days ago
JSON representation
A plugin which leverages “Normalizing State Shape” by wrapping Vuex getters.
- Host: GitHub
- URL: https://github.com/p-baleine/vuex-instants-plugin
- Owner: p-baleine
- Created: 2020-03-27T21:44:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T16:27:19.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T02:14:02.509Z (7 months ago)
- Language: TypeScript
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 21
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: vuex-instants-plugin
* Description
A plugin which leverages [[https://redux.js.org/recipes/structuring-reducers/normalizing-state-shape][Normalizing State Shape]] by wrapping Vuex getters.-----
If you are constructing your application with Vue/Vuex and keeping your state
in normalized form [1], i.e. keeping your state as if they're normalized like
entities in RDB, this plugin will provide tiny rails/activerecord like
(stylish) APIs♪♪ by thinly wrapping Vuex getters.+ 1 :: Normalizing State Shape, https://redux.js.org/recipes/structuring-reducers/normalizing-state-shape
* Usage
TBD