bookmark

Using async/await to write cleaner route handlers — Ruben Rutten


Description

async/await has given me the ability to cleanup my code a lot, by saving indentation levels (the infamous JavaScript callback hell), but also giving me the ability to control the flow of my application without having to resort to yet another indentation level.

Preview

Tags

Users

  • @mjbrown

Comments and Reviews