Help Wanted
Repository-Metriken
- Stars
- (7.603 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
Hi there !
And thank you for this nice library.
I'm wondering if there is any batch dispatch feature implemented? The equivalent of this: https://react-redux.js.org/api/batch
I not, I think this would be a good feature candidate for a next version.
Batching action dispatch is often necessary when some user action in the app impact several substates at once and re-renders between them are not welcome...