Asynchronous Prompt & Confirmation Dialog API for ReactBy Lukas KlinzingIn React, the declarative nature rules how we write our code today. With these rules in mind, showing modals, prompts or confirmation dialogs come with some additional cost of rethinking how state, effects must work. ...
A minimalistic approach to building connected forms in react and the new context apiBy Lukas KlinzingBasically I am not somebody who prefers to reinvent the wheel. There are already a ton of solutions out there on handling data binding and and validation within forms in ReactJS. ...