Nora Söderlund's Developer Blog
1 months ago
Fullstack application using Cloudflare Pages
I migrated most of my services to Cloudflare Pages, and in doing so, I got rid of Next.js and simply used Cloudflare Pages' functions implementation with my own low-level implementations.
Read more on how you can control your own workflow with TypeScript and server sided React DOM rendering with Cloudflare Pages.
5 months ago
Source maps are enabled by default in React
I recently made quite the discovery that the source maps for your compiled Node.JS source files, are enabled by default in React!
Read more about why I think this is bad practice and how you can resolve it.