5 ms·
Not sure if those are the same though? Async, await, iterators, futures etc. are pretty much standard constructs in almost all programming languages / concurre
by kovrik 2y ago
Not sure if those are the same though?
Async, await, iterators, futures etc. are pretty much standard constructs in almost all programming languages / concurrency frameworks.
Whereas Actions, Transitions, Pending State, Reducers etc. are React-specific idiosyncrasies.
I guess that's the main issue people have with React, when you learn it you have to spend so much time to learn all these React-specific constructs and idiosyncrasies that are not transferable anywhere else.
- aylmao 2y agoWhen one is learning to program, one doesn't jump straight into learning coroutine management. Similarly, wether they are React-specific idiosyncrasies or not, one shouldn't assume people need to jump straight into Actions, Transitions, etc when first learning React.