Help Wanted
Repository metrics
- Stars
- (7,603 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
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...