I’ve been more verbose on adding types on my TypeScript codes lately as it tends to be very useful in future reading and refactoring. Recently, I needed to add a […]
Category: TypeScript
React TypeScript – Props not recognized when component is wrapped in some high order components
It is so annoying when you developed your component nicely but when you need to wrap it with some high order components from some cool plugins, props suddenly doesn’t get […]
TypeScript – URLSearchParams iterator typing issue
In a certain React course in Udemy, I encountered an issue on React and Typescript where an iterator does not work the way it is shown in the course and […]