-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement fast-async in the ft-js plugin to help keep the size of the generator output for async/await reasonable #23
Comments
https://github.com/MatAtBread/fast-async
in the ft-js
plugin to help keep the size of the generator output for async/await sane.
I've been testing https://www.npmjs.com/package/babel-plugin-transform-async-to-promises#output-with-inlinehelpers-enabled and it seems quite good. It has smaller output |
I'm going to close this issue as stale. It may be one to pick up as part of a specific performance project in future. |
I'm going to re-open this as since we initially discussed it the plugin mentioned above has been added to Next.js so I assume we should now be able to use it with confidence. https://www.npmjs.com/package/babel-plugin-transform-async-to-promises |
I've removed the milestone as the PR is currently blocked due to an issue in the plugin that's been implemented. |
https://github.com/MatAtBread/fast-async
The text was updated successfully, but these errors were encountered: