Back to home
React

"One of the things I love most about React compared to other frameworks that I've used is how exposed you are to JavaScript when you're using it."

- Kent C. Dodds

Being a huge JS/TS fanatic, I take great pleasure in working with React. I find most of the framework to be extremely intuitive and easy to use. When I first built Tic-Tac-Toe from the official documentation, it just clicked for me. Since then, I have used React to build several websites, using CRA, Next, Vite, Astro, and even by simply adding the React and React-DOM script tags to an existing page. I prefer to use Functional Components with Hooks and have found the Context API to be a wonderful solution for handling most of my more intricate state management needs.