-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
perf(create): run async tasks concurrently #8080
perf(create): run async tasks concurrently #8080
Conversation
packages/docusaurus/package.json
Outdated
"react": "^16.8.4 || ^17.0.0 || ^18.0.0-0", | ||
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0-0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert the unrelated changes.
✅ [V2]Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
⚡️ Lighthouse report for the deploy preview of this PR
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
* Adding incremental support for React 18 🚀 * parallel * revert react 18 * revert lint * end line * Update packages/create-docusaurus/src/index.ts Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
Improving the performance by running the independent async functions in parallel✈️ .
Sorry if I made any mistakes :(