Jonathan Edenström
edenstrom.se
Jonathan Edenström
@edenstrom.se
Developer at @quartr.com
Reposted by Jonathan Edenström
Today.
February 26, 2025 at 3:59 PM
I started a really big refactor, converting our legacy components into our new layout system. I began with Copilot Edits using a prompt that worked quite well, but ended up using jscodeshift instead and writing a codemod. THAT WAS FUN! Highly recommended.
December 3, 2024 at 6:24 AM
Been pulling my hair over this bug in Next.js with CSS disappearing after fast refreshing finishes. Finally got to reproducing and reporting it. github.com/vercel/next....
Fast Refreshing dynamic component with CSS modules unloads CSS · Issue #73297 · vercel/next.js
Link to the code that reproduces this issue https://github.com/edenstrom/nextjs-dynamic-css-modules-reproduction To Reproduce Start the application in development mode with npm run dev Open MyCompo...
github.com
November 28, 2024 at 9:20 PM