EL AYADI Mohamed
EL AYADI Mohamed
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...
This RFC aim to invalidate the previous functions returned from useCallback as a way to prevent state functions from being invoked. `useCallback`s return functions are usually used as a way...