<?xml version="1.0" encoding="UTF-8" ?>
  <rss version="2.0">
    <channel>
        <title>Felipe Gustavo's blog</title>
        <link>https://www.felgus.dev</link>
        <description>This is my blog RSS feed</description>
        <item>
          <title>My React ecosystem stack in 2026</title>
          <link>https://www.felgus.dev/blog/react-stack-2026</link>
          <description>Stabilization as a feature</description>
          <pubDate>Wed, 14 Jan 2026 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Ten Frontend Commandments</title>
          <link>https://www.felgus.dev/blog/ten-frontend-commandments</link>
          <description>yes, it's a reference</description>
          <pubDate>Thu, 04 Dec 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The JavaScript fatigue is not real anymore</title>
          <link>https://www.felgus.dev/blog/javascript-fatigue</link>
          <description>or never was</description>
          <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Bluesky: The problem is not just technical</title>
          <link>https://www.felgus.dev/blog/bluesky-problem</link>
          <description>The challenges of open networks</description>
          <pubDate>Wed, 01 Oct 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The present and the future of SPAs in React</title>
          <link>https://www.felgus.dev/blog/future-spa</link>
          <description>Single page applications for the win</description>
          <pubDate>Tue, 22 Jul 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>UI Engineering: It's all pixels</title>
          <link>https://www.felgus.dev/blog/ui-enginnering-paint</link>
          <description>The paint process</description>
          <pubDate>Fri, 27 Jun 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The dynamics of event loop manipulation in JavaScript</title>
          <link>https://www.felgus.dev/blog/js-event-loop-dynamics</link>
          <description>Exploring the runtime internals</description>
          <pubDate>Thu, 03 Apr 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>React Suspense Gate and how to be right and wrong at the same time</title>
          <link>https://www.felgus.dev/blog/suspense-gate</link>
          <description>What we can learn with it?</description>
          <pubDate>Fri, 28 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Common React libraries architecture</title>
          <link>https://www.felgus.dev/blog/common-react-lib-architecture</link>
          <description>The ecosystem under the hood</description>
          <pubDate>Fri, 14 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The data should just flow</title>
          <link>https://www.felgus.dev/blog/data-should-flow</link>
          <description>TLDR: just use React compiler</description>
          <pubDate>Mon, 10 Mar 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Signals in React? Not a good idea</title>
          <link>https://www.felgus.dev/blog/signals-in-react</link>
          <description>The problem of merging two opposite models</description>
          <pubDate>Fri, 28 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Create React App Post Mortem</title>
          <link>https://www.felgus.dev/blog/cra-post-mortem</link>
          <description>Press F to pay respects</description>
          <pubDate>Thu, 20 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>React as a UI language</title>
          <link>https://www.felgus.dev/blog/react-as-a-ui-language</link>
          <description>What is React?</description>
          <pubDate>Fri, 14 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>React may be missing the point of React</title>
          <link>https://www.felgus.dev/blog/react-issues</link>
          <description>or the two biggest problems with it today</description>
          <pubDate>Tue, 11 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>My React ecosystem stack in 2025</title>
          <link>https://www.felgus.dev/blog/react-stack-2025</link>
          <description>The tools I used for production apps</description>
          <pubDate>Tue, 04 Feb 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Why Zustand suceed in the React state management war?</title>
          <link>https://www.felgus.dev/blog/zustand-success</link>
          <description>simplicity and minimalism</description>
          <pubDate>Fri, 17 Jan 2025 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The problem with usePrevious and similar time oriented hooks</title>
          <link>https://www.felgus.dev/blog/use-previous-hook</link>
          <description>we don't have time travel</description>
          <pubDate>Fri, 06 Dec 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Reasoning about the useEffect wrong usage</title>
          <link>https://www.felgus.dev/blog/useeffect-wrong-usage</link>
          <description>or the only real problem with useEffect hook</description>
          <pubDate>Fri, 06 Dec 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Dynamic derivations and its way to kill useEffect</title>
          <link>https://www.felgus.dev/blog/dynamic-derivations</link>
          <description></description>
          <pubDate>Mon, 25 Nov 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Lifecycle doesn't exist in React with hooks</title>
          <link>https://www.felgus.dev/blog/life-cycles-in-react-hooks</link>
          <description>About common mistakes and misconceptions</description>
          <pubDate>Mon, 11 Nov 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Async derivations in React</title>
          <link>https://www.felgus.dev/blog/async-derivations</link>
          <description>Until React 19, it did not a primitive way of solving async derivations, now it's solved.</description>
          <pubDate>Mon, 04 Nov 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>The complicated relation between React and derivations</title>
          <link>https://www.felgus.dev/blog/react-relation-to-derivation</link>
          <description></description>
          <pubDate>Tue, 29 Oct 2024 00:00:00 GMT</pubDate>
        </item>
<item>
          <title>Understanding how the redux data flow really works</title>
          <link>https://www.felgus.dev/blog/understanding-redux</link>
          <description>Going deep in the core of the most prolific state management library.</description>
          <pubDate>Thu, 19 Aug 2021 00:00:00 GMT</pubDate>
        </item>
    </channel>
  </rss>