Taking advantage of Typescript & React.ComponentPropsWithoutRef in creating cleaner React components.Aug 24, 2022·3 min read
Improving complex state updates using use-immer libraryIn React, component rerender is the expected behavior when there is a change to the stored state within / passed to it. This gets interesting when dealing with states ( objects ) where the concept of ‘change’ is not as straightforward as it might se...Sep 7, 2022·5 min read