ReSwift/ReSwift

batch dispatch

Open

#517 geöffnet am 3. Okt. 2024

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Swift (522 Forks)batch import
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...

Contributor Guide