When you start to learn React or Vue or another new frontend framework you know these magic commands: npm install, npm build. Only after… (more…)
Read more »
Use props to send information to a component. Use state to manage information created and updated by a component. (more…)
Read more »
Some actions on a web application requires shifting the focus of an user. We’ll use the focus-trap package to trap focus within a DOM node or React component.
While developing interactive applications for the modern web, changes are that you’ll need to cr... (more…)
Read more »
So you've got a big client side React App, and you've decided to use code splitting to reduce its size on initial page load. Should be ea... (more…)
Read more »
Today we're sending out React 15.6.2. In 15.6.1, we shipped a few fixes for change events and inputs that had some unintended consequences. Those regressions have been ironed out, and we've also included a few more fixes to improve the stability of React ... (more…)
Read more »