Closed whatwewant closed 7 years ago
Need a plan to clone dva, modified to add derivedState to model, just like, { namespace, state, derivedState, reducers, effects, subscriptions }
derivedState
Object.defineProperty
Proxy
Think more, I found selectors(in global) is better than computed(in model), which is good enough.
Need a plan to clone dva, modified to add
derivedState
to model, just like, { namespace, state, derivedState, reducers, effects, subscriptions }