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
Since the project is pretty functions and new features and not coming out as fast as they once did its time to optimize the speed of the application.
Re-render analysis
Right the app runs without any guards how when to re-render something. This first Task will be to use the react devtools and run through all the major workflows using the highlight-re-render tool. This will show how often components are re-rendering and give us a good idea
Memorization
react-query
Acceptance Criteria
The text was updated successfully, but these errors were encountered:
Description
Since the project is pretty functions and new features and not coming out as fast as they once did its time to optimize the speed of the application.
Re-render analysis
Right the app runs without any guards how when to re-render something. This first Task will be to use the react devtools and run through all the major workflows using the
highlight-re-render
tool. This will show how often components are re-rendering and give us a good ideaMemorization
react-query
Acceptance Criteria
The text was updated successfully, but these errors were encountered: