Hacker News new | ask | show | jobs
by rounce 3037 days ago
> redux is useful for a lot more than just async fetching & loading

Redux deliberately doesn't deal with async processes, that's left up to the user.