v16.3.1v16.3.0
Reading changes from the repo…
React.createRef()
API, providing a more ergonomic way to manage references in your components. This simplifies the process of accessing DOM elements and class component instances. React.forwardRef()
API, allowing components to forward their refs to child components seamlessly. This enhances the flexibility of component design and improves code reusability. setState
or forceUpdate
too early, offering more actionable suggestions to help users avoid common pitfalls. Object.assign
on Fibers, ensuring a smoother experience while developing applications. React.Fragment
props without using a Map, ensuring better performance and reliability when using fragments in your components.