#142 – April 08, 2018
Honeypot.io is Europe's Largest Developer Job Platform. Companies apply to you!
Honeypot.io is Europe's Largest Developer Exclusive Job Platform. No applications, just create one profile. Companies apply directly to you with upfront salary and tech-stack expectations! Openings in: Berlin, Munich, Hamburg, and Amsterdam. Only in-house and full-time positions are available. Sign up today to see which great new developer job is waiting for you! Visit Honeypot.io to learn more.
A server-rendered React app inspired by Trello.
New lifecycles and context API
A few days ago, we wrote a post about upcoming changes to our legacy lifecycle methods, including gradual migration strategies. In React 16.3.0, we are adding a few new lifecycle methods to assist with that migration. We are also introducing new APIs for long requested features: an official context API, a ref forwarding API, and an ergonomic ref API.
Sensible React Forms, with Govern
Creating forms with React can be a little tricky. Perhaps you decide to use Raw React, and end up repeating the same handler code each time you need a new field. Or maybe you force the non-global form state into a global Redux store. Either way, things get awkward quickly.
23 Best React UI Component Frameworks
According to the Stack Overflow survey React grew in popularity by almost 150% from 2017to 2018. This isn’t really surprising, and among other things is happening thanks to its growing component-based ecosystem.
A curated list of stuff related to the new React Context API.