A description of my image.

Daily Digest, 22 Apr 2025

Published on

 |  Time to Read: 6 mins

#Announcements

#.NET

#JavaScript Ecosystem

  • Master Reactivity in React: Derivations, Effects, and State Sync - Use React’s useMemo hook on derived values, i.e. an uppercased string drived from another string, to avoid re-renders. However, it does feel like we’re compensating for not having singals like Svelte runes.
  • Conditionally Preventing HX-Boost In HTMX Using An Extension - A cool article on how Ben created a HTMX extension to prevent hx-boost from being added to specific anchor tags. hx-boost converts anchor links to AJAX requests instead, to then be able to use the repsonse like a SPA. However, you might not want to do this in some cases, you actually might want the link to be a browser location change, but it doesn’t allow specifying this by default on dynamic links.

#Infrastructure

#AI

#Software Leadership

#Architecture

#Technical Articles

#Tech News

#Resources