NextJS currently bundles regenerator-runtime in its distribution: 10k (minified) of JS that it doesn't need to. This is bad:
Therefore Next.js should remove this dependency. It's well worth the payoff for library code to avoid async and use promises directly.
As it's part of the distribution, it's unreasonably hard to remove as an end-user of Next.js.
router/index.js and lib/utils.js.Still wondering why the issue templates are not being used 🤔
Just for context this issue entails the Next.js codebase itself, not the bundling of user code 🕵️
Still wondering why the issue templates are not being used
@tim-phillips my bad, fixed.
Too many Tim’s
One can never have too many Tims 🚀
Is it possible to manually configure Next.js to use native async support? I'm experimenting, but can't figure out how to do so.
Closing in favor of #7563
Most helpful comment
One can never have too many Tims 🚀