Download the free report on frontend development trends. Based on a survey done among 4,500 frontend developers, commented on by leading software experts.
Today, we are publishing the first Release Candidate for React 17. It has been two and a half years since the previous major release of React, which is a long time even by our standards! In this blog post, we will describe the role of this major release, what changes you can expect in it, and how you can try this release. No New Features The React 17 release is unusual because it doesn’t add any new developer-facing features. Instead, this release is primarily focused on making it easier to…
• Event delegation: events will be bound at react root rather than document
• Event pooling removed: `e.persist()` no longer needed
• `useEffect` cleanup function can be called _after_ the component is unmounted from screen
• Event delegation: events will be bound at react root rather than document
• Event pooling removed: `e.persist()` no longer needed
• `useEffect` cleanup function can be called _after_ the component is unmounted from screen