Tech A React Custom Hook for Forms Forms are one of the most usual components of modern web applications. There's a lot of shared functionality between each form implementation so it's useful to have a common approach
TypeScript Typescript and Redux When I first started using Typescript one particular area in which I had to spend some time thinking about type annotations was Redux. These are my two-cents on how to do it properly.