React 16.2 Released with Improved 'Fragments' Support — Fragments are for grouping multiple children that are being returned from a component’s render method. This post thoroughly digs into why that might be useful.
Clement Hoang news
ReactOpt: A CLI React Performance Optimization Tool — It identifies events that may be causing unnecessary re-rendering of components in your app, as well as which components may benefit from using shouldComponentUpdate.
Linux Cloud Hosting Starting at 1GB of RAM for $5/mo — Get a Linode server up and running in seconds. Simply choose your plan, distro and location and you’re ready to deploy your server. Get $20 credit on a new account.
Progressive Web Apps with React: A Crash Course — Ahmed Bouchefra explains PWAs by showing how to build one from scratch with ES6 and React, optimizing it step by step with Lighthouse for UX and performance.