JavaScript
92 articles · all categories
JavaScript has been my programming language of choice since 2005 when it was called DHTML. Since 2019, I'm full into TypeScript — the perfect balance between flexibility and correctness.
JavaScript articles
1 article from 2025 · show all
September 2025
You may be looking for a useSyncExternalStore
When you see a `useEffect` that updates a `useState` and returns a value, you might be looking for a `useSyncExternalStore`. This is my current vendetta.