Posts
All the articles I've posted.
OBS Recording Resolution 4K Even Though Display is 1080P
Published: at 01:27 AMSet OBS base resolution to 4K and output to 1080P to capture entire screen on Retina MacBooks.
Running React 19 From a CDN and using esm.sh
Published: at 04:51 PMThis blog explains updating to React 19 using esm.sh, transitioning from UMD to ESM modules. It includes changes in CDN usage, detailed esm.sh functionality, and how to find and use the correct React package versions.
Mastering useState in React to Handle Multiple Values
Published: at 11:13 PMIn this blog post, we explore using useState with React's Context API to manage an array of constants effectively in Next.js projects, offering a simpler alternative to useReducer for state management.
Understanding Environment Variable Pitfalls in Next.js
Published: at 09:28 PMNext.js handles env vars at build time, causing issues like static values in runtime logic, necessitating careful planning and execution.
Enhancing React's Drag-and-Drop with State Management: A Deep Dive
Published: at 09:19 PMExplore advanced React state management in drag-and-drop interfaces, leveraging `useRef` and state setters for responsive, interactive web applications.