Promise.all combined with modern JS features like destructuring, object...
Promise.all combined with modern JS features like destructuring, object shorthand, and concise arrow functions is 🔥.
Here I'm making three API calls in parallel and setting state for each after all three have completed. Love how concise this is.
#javascript
