From React Blog ยท 4 stories
React 17 Release Focuses on Easier Upgrades, No New Features Added
React 17 has been released without new developer features but with improvements to the upgrade process. It allows embedding different React versions within the same application, addressing previous upgrade challenges. This marks a shift from the "all-or-nothing" approach to upgrades, facilitating smoother transitions in complex codebases.
React Introduces Zero-Bundle-Size Server Components for Community Feedback
React has introduced its research on zero-bundle-size Server Components, inviting community feedback. This development aims to optimize how React applications handle server-side rendering, which could improve load times and performance in future iterations.
React 17 Introduces New JSX Transform for Enhanced Developer Experience
React 17 introduces a new optional JSX transform that allows developers to use JSX without importing React, improving the development experience. The upgrade is aimed at simplifying JSX usage and potentially optimizing bundle sizes without disrupting existing setups.
React 16.13.0 Released with Bugfixes and Warnings
React 16.13.0 introduces bugfixes and new deprecation warnings to prepare for future releases. It includes warnings for state updates across components and for using conflicting CSS property rules, helping developers avoid common pitfalls.