You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: