view icon indicating copy to clipboard operation
view copied to clipboard

Refactor entire library to use `async` / `await`

Open Marak opened this issue 5 years ago • 0 comments

Some of the internals are way too hard to understand when dealing with async nested layouts / directory traversing / etc. It also can get real complicated real quickly when writing actual views that deal with multiple callbacks.

Let's refactor into a new major version that uses async / await instead of callbacks in order to simplify the internal API and public API.

Marak avatar May 09 '20 19:05 Marak