byte-fe / react-model

The next generation state management library for React
236 stars 23 forks source link

Add deps for useStore #45

Closed ArrayZoneYour closed 5 years ago

ArrayZoneYour commented 5 years ago

The state from useStore should rerender only when the specific actions executed.

function useEffect(effect: EffectCallback, deps?: DependencyList): void;
function useStore(name: string, depActions?: string): [State, Actions];
ArrayZoneYour commented 5 years ago

added. #afb432b