ReSwift/ReSwift

batch dispatch

Open

#517 opened on 2024年10月3日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)Swift (522 forks)batch import
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...

コントリビューターガイド