Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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