What’s new in React 16
React 16, the latest version of the popular JavaScript library for building UIs, got its Version 16.2 update this week. It features a fragments capability to improve support for showing multiple children from a component render method. Fragments, which resemble empty JSX tags, let developers group a list of children without adding nodes to the DOM. You can install Version 16.2 from
Continue reading