Use memo or not use memo? When do unexpected renders happen and how to avoid them? We will go through the main cases in React and discuss how to spot them during code review.
- Investigate use of context + observedBits for performance optimization
- A Secret parts of React New Context API
- Expressions and operators
- React Context: a Hidden Power
- A (Mostly) Complete Guide to React Rendering Behavior
- Use React.memo() wisely
- Код на React и TypeScript, который работает быстро. Доклад Яндекса
- Fix the slow render before you fix the re-render
- Reconciliation
- Я.Субботник по разработке интерфейсов
- Подробно о React Reconciliation, или Как React добился 60 fps
- ReactJS под капотом
- What the fuck is memoization
- React, Inline Functions, and Performance
- Optimizing React Rendering
- Avoid Inline Function Definition in the Render Function
- When to useMemo and useCallback
- Your Guide to React.useCallback()
- Optimize Conditional Rendering in React
- When should you NOT use React memo?
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
This project was bootstrapped with Create React App.