I'm Doug Frei, full-stack web developer
👋 Hello, fellow developer!
Welcome to my development blog where I write about the things that intrest me. My primary focus is full-stack JavaScript, but I'll also occassionaly write about other relevant web technologies.
Recent Ramblings
Fetching data in React should be easier
React 19 introduces the new "use" functionality to read promises during render. Is it a true alternative to "useEffect" for fetching data?
An introduction to the upcoming Temporal API in JavaScript
Working with dates and times in JavaScript has historically been difficult. The upcoming Temporal API aims to fix many of the issues that developers encounter.
Remove event listeners using an AbortController
No function references? No problem!
Challenges with context in JavaScript classes
What is this? No, seriously...what is "this"?