easy-peasy
easy-peasy copied to clipboard
Vegetarian friendly state for React
The docs still reflect that computed props cannot be accessed from within actions, however this was addressed [here](https://github.com/ctrlplusb/easy-peasy/commit/772f1b5dffc1d98aff0339ffc5c750154886bc04), in the v 5.0.2 release. Update docs to reflect that while computed...
Fast refresh is not working properly with easy-peasy. I've reproduced the issue in [this codesandbox](https://codesandbox.io/s/solitary-framework-p6ujq?file=/src/Counter.tsx):  I'm not sure what caused this, as it has been working properly previously. Current...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 Changelog Sourced from...
What's the best practices around deep state trees? I've got a tree that resembles the following: ```js const store = { items: [ { id, name, children: [ { id,...
I'm trying to manage the loading state of request fired inside thunks based on the thunks startType, successType and failType actions. I have listeners in place on each thunk based...
closes #719
I've just upgraded from v1 to v5 and every time I try to call an action within a thunk it throws an error. ```js fetch: thunk(async (actions, teamId, { getStoreActions...
Hello, I've recently made a huge jump from v2.6.6 to the latest (v5.0.3) of easy-peasy and now my previously working dispatch hook no longer works. The error I'm receiving is:...