diegocasmo/workouter-web

Refactor state methods to use async/await

Closed this issue · 1 comments

The goal of this task is to refactor the methods in src/state that use promises to instead use the async/await syntax to aid readability.

The usage of async/await won't happen as a refactor, but instead features and bug fixes will use this new approach as the app is developed.