The intention behind my technical posts is to get some real, human content out into the world. In this weird age of AI, we're seeing vast amounts of AI generated content flooding feeds, from linkedin and medium, to stack overflow and beyond.
My technical skill set, while ever growing, is definitely not perfect and I'm open to new ideas and approaches. I do not think anything here should be taken as gospel, nor do I think I have particularly unique takes, but what I do have is a desire to become a much better engineer.
This will be real-world discussions around things I find interesting and challenges I've faced in work or personal projects.
React class components to functional components using hooks
This is a technical walkthrough, outlining the migration of a legacy React class based booking funnel to a functional component. Covering hooks, state refactoring into slices, and reducers with context as a planned next step.