Posts
All the articles I've posted.
Replacing Legacy throw in React 19 with Suspense and use
Published: at 11:57 PM•reactreact19React once used thrown Promises for Suspense. .use() is recommended now, but legacy throwing is still supported.
Read moreOBS Recording Resolution 4K Even Though Display is 1080P
Published: at 01:27 AM•obsSet OBS base resolution to 4K and output to 1080P to capture entire screen on Retina MacBooks.
Read moreRunning React 19 From a CDN and using esm.sh
Published: at 04:51 PM•react reactjs react19 esmshThis 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.
Read moreMastering useState in React to Handle Multiple Values
Published: at 11:13 PM•reactnextjs+1In 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.
Read moreUnderstanding Environment Variable Pitfalls in Next.js
Published: at 09:28 PM•nextjsreactNext.js handles env vars at build time, causing issues like static values in runtime logic, necessitating careful planning and execution.
Read more