react-async-states
react-async-states copied to clipboard
A Multi-Paradigm React State Management Library
Dependencies are states that will be replayed (using latest payload and args) when a success state occurs
The actual way to make the devtools css working is to import: `import 'async-states-devtools/dist/style.css';` which will lead this extra css to make it to the bundle. The goal is to...
Allow removing async states after all subscribers unsubscribe Actual behavior: > Actually no instance gets removed from the pool once it's created; Expected behavior: > To be able to declare...