<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>Robin Malfait — Blog</title>
        <link>https://robinmalfait.com</link>
        <description>Robin's blog about software development, tooling, and productivity.</description>
        <item>
          <title>Conditional React hooks pattern</title>
          <link>https://robinmalfait.com/blog/conditional-react-hooks-pattern</link>
          <description>A pattern for conditionally applying React hooks.</description>
          <pubDate>Sun, 02 Jun 2024 00:00:00 GMT</pubDate>
          <author>Robin Malfait</author>
        </item>
<item>
          <title>Natural sorting of strings containing numbers</title>
          <link>https://robinmalfait.com/blog/natural-sorting-of-strings-containing-numbers</link>
          <description>Learn how to sort strings containing numbers in a more natural and performant way.</description>
          <pubDate>Tue, 07 May 2024 00:00:00 GMT</pubDate>
          <author>Robin Malfait</author>
        </item>
<item>
          <title>`String.raw`, and embedding other languages</title>
          <link>https://robinmalfait.com/blog/string-raw-and-embedding-other-languages</link>
          <description>`String.raw` allows you to embed other languages in your JavaScript strings.</description>
          <pubDate>Sun, 05 May 2024 00:00:00 GMT</pubDate>
          <author>Robin Malfait</author>
        </item>
<item>
          <title>Conditionally applying CSS classes</title>
          <link>https://robinmalfait.com/blog/conditionally-applying-class-names</link>
          <description>A small utility function for conditionally applying CSS classes.</description>
          <pubDate>Sun, 28 Apr 2024 00:00:00 GMT</pubDate>
          <author>Robin Malfait</author>
        </item>
    </channel>
  </rss>