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. ...
Rebuilding ChatGPT Plugin System on your own for Fun & ProfitBy Lukas KlinzingI will be going through my code how I rebuilt the plugin system OpenAI implemented into a private beta of ChatGPT.