Closed bobbysebolao closed 5 years ago
I like the way you've used object destructuring at the top of router.js to import the individual handler functions. When you call the functions, it looks neater than having to do 'handler.functionName' each time. Nice one!
I like the way you've used object destructuring at the top of router.js to import the individual handler functions. When you call the functions, it looks neater than having to do 'handler.functionName' each time. Nice one!