-
Notifications
You must be signed in to change notification settings - Fork 225
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
[Task] [Optimization] Optimizing Deprecated React Lifecycle #341
Comments
Please assign src/routes/Plugin/Common/Rule.js and src/routes/Plugin/Common/Selector.js to me~ |
VampireAchao
changed the title
[Optimization] Optimizing Deprecated React Lifecycle
[Task] [Optimization] Optimizing Deprecated React Lifecycle
Sep 23, 2023
This was referenced Sep 23, 2023
This was referenced Sep 30, 2023
This was referenced Oct 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
see:
https://legacy.reactjs.org/blog/2018/03/27/update-on-async-rendering.html
There are so many warnings indicating that we should use the new lifecycle instead of the old one, so I think it's necessary to split it into multiple tasks and make the changes one by one.
Task List
The text was updated successfully, but these errors were encountered: