v16.6.0v16.5.2
Reading changes from the repo…
React.memo()
as a new way to optimize functional components, providing an alternative to PureComponent
. This allows for better performance by preventing unnecessary re-renders when props remain unchanged. React.lazy()
for dynamic code splitting of components, enabling more efficient loading of your application by only loading components when they are needed. unstable_
prefix from the Suspense
component, indicating its stability and readiness for production use.