When to use React Suspense vs React Hooks
https://medium.freecodecamp.org/when-to-use-react-suspense-vs-react-hooks-f66ef94cb54f
Vitaliy AkimovBlockedUnblockFollowFollowingApr 15Monads and Applicative Functors are extensively used in functional programming. There is a relationship between them and React Suspense for Data Fetching and React Hooks APIs. This is a quick and simple introduction to Monads and Applicatives along with a description of their similarities.
The post is about future React Suspense for Data Fetching, not about recently released React Suspense for Code Splitting (React.Suspense and React.lazy) .