|
|
|
|
|
by awinograd
3033 days ago
|
|
The async rendering rendering stuff Dan is showing in his talk (https://www.youtube.com/watch?v=_c7ajDXb4qw) looks great, but I disagree that this is a redux killer. redux is useful for a lot more than just async fetching & loading. I think these new features will just reduce the scope of what redux is used heavily for. |
|
Redux deliberately doesn't deal with async processes, that's left up to the user.