-
Taming the Text Fields: Mastering Controlled Inputs in React
Tired of rogue input fields running wild in your React app? Enter the Controlled Input...
-
Introduction to TypeScript: Why Should You Use It for Your Next Project
TypeScript is a popular open-source programming language that is a superset of JavaScript. It was...
-
React router hook for easier access to query parameters.
To access the query parameters in react router you have to first access the location,...
-
Don't set the state if an old promise resolves.
Easy way to make sure you don’t set the state if an old promise resolves...
-
What is a pure function in Javascript?
A pure function is where the return value is determined by its input values, without...
-
Filtering falsy values
How to quickly discard falsy values from an array? Thanks to Array.filter(Boolean), this is an...
-
My new blog with Jekyll, very exciting.
So this is the new blog since I’m not a pure windows developer any longer...