3 followers
I build things for the web....
Taking advantage of git commit hooks, to automate tasks, enforce code quality, etc ยท Oftentimes, when the pressure is too high and the deadlines are...
The need for a form library in our application? As our application grows in size, it can prove to be a fruitful endeavor to refactor our codebase once...
Hooks Hooks let use state and other features in a functional react component. You might have come across at least a few of them for eg. useState,...
One of the major barriers in improving the accessibility of our apps is the language barrier. And sooner or later will need to build an app that is...
The easiest way to use redux in react is via hooks in functional components, Will create a simple react-redux application that provides user auth...
State Management State management means accessing, initializing, modifying, and deleting the state in your react application. Not always but often...