Async patterns
Asynchronous calls: I normally only think about these in the context of API calls. There are other use cases for async calls I'm sure, but I don't know about them yet.
There are a few common patterns out there to deal with async calls.
Callbacks
Prob...
coderlyn.hashnode.dev