The following lists the new things that were introduced in React 16.8:
- The major changes made to the reconciliation internals, and what they mean for React projects, going forward
- It allows confining errors to be confined to the sections of your application by setting error boundaries
- It provides creating components that render more than one element, and components that render strings
- It allows rendering to portals