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
{{ message }}
This repository was archived by the owner on Dec 11, 2025. It is now read-only.
One of the biggest optimizations of a React application I've ever made was memoizing the SVG icon components using React.PureComponent or React.memo. It would be great if the loader emits memoized icon components.
As the loader supports React 15.6.1, the best way to implement the memoization is to use React.PureComponent.