<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: wilfried goeh</title>
    <description>The latest articles on DEV Community by wilfried goeh (@wilfried_goeh_9cd5d61c74d).</description>
    <link>https://dev.to/wilfried_goeh_9cd5d61c74d</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3039066%2Fa56742d4-8e90-465b-9c59-92be8ffb64e6.png</url>
      <title>DEV Community: wilfried goeh</title>
      <link>https://dev.to/wilfried_goeh_9cd5d61c74d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wilfried_goeh_9cd5d61c74d"/>
    <language>en</language>
    <item>
      <title>FletX: Bring Reactive Power to Your Python UI with GetX-Like Simplicity</title>
      <dc:creator>wilfried goeh</dc:creator>
      <pubDate>Sun, 15 Jun 2025 11:01:01 +0000</pubDate>
      <link>https://dev.to/wilfried_goeh_9cd5d61c74d/fletx-bring-reactive-power-to-your-python-ui-with-getx-like-simplicity-39k7</link>
      <guid>https://dev.to/wilfried_goeh_9cd5d61c74d/fletx-bring-reactive-power-to-your-python-ui-with-getx-like-simplicity-39k7</guid>
      <description>&lt;p&gt;Tired of boilerplate-heavy Python UI code?&lt;br&gt;
Wish you had reactive state, dependency injection, and powerful routing like in Flutter's GetX?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Meet FletX&lt;/strong&gt; — a lightweight framework built on top of &lt;a href="https://flet.dev" rel="noopener noreferrer"&gt;Flet&lt;/a&gt; that brings reactivity and clean architecture to Python GUI apps.&lt;/p&gt;




&lt;h3&gt;
  
  
  🚀 What Is FletX?
&lt;/h3&gt;

&lt;p&gt;FletX is a Python-first, GetX-inspired toolkit that provides:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔁 Reactive state management (no more manual &lt;code&gt;page.update()&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;🧭 Nested &amp;amp; declarative routing (with guards, transitions, query params)&lt;/li&gt;
&lt;li&gt;💉 Dependency injection for controllers and services&lt;/li&gt;
&lt;li&gt;🔄 Lifecycle events and middleware&lt;/li&gt;
&lt;li&gt;📦 Modular architecture for maintainable large-scale apps&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🧠 Why It Matters
&lt;/h3&gt;

&lt;p&gt;While Flet gives you the widgets, &lt;strong&gt;FletX gives you the structure&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It’s ideal for building real-world Python apps with multiple screens, background tasks, and reactive logic — all in a clean, maintainable way.&lt;/p&gt;

&lt;h3&gt;
  
  
  👨‍💻 Who Is It For?
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Python devs using Flet&lt;/li&gt;
&lt;li&gt;Anyone building multi-screen UIs&lt;/li&gt;
&lt;li&gt;Developers familiar with GetX, Angular, or Vue who want similar patterns in Python&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  🔍 Learn More
&lt;/h3&gt;

&lt;p&gt;GitHub repo: &lt;a href="https://github.com/AllDotPy/FletX" rel="noopener noreferrer"&gt;FletX&lt;/a&gt;&lt;br&gt;
Try it out. Star it if you like it. Contributions welcome!&lt;/p&gt;

</description>
      <category>python</category>
      <category>webdev</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
