<?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: Yuri Palienko</title>
    <description>The latest articles on DEV Community by Yuri Palienko (@yuri_palienko).</description>
    <link>https://dev.to/yuri_palienko</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4036527%2Fd3b6f3e8-4399-4c25-9453-c81cb9520198.jpg</url>
      <title>DEV Community: Yuri Palienko</title>
      <link>https://dev.to/yuri_palienko</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yuri_palienko"/>
    <language>en</language>
    <item>
      <title>🚀 Palistor is here: the AI-friendly MVVM framework for React (experimental)</title>
      <dc:creator>Yuri Palienko</dc:creator>
      <pubDate>Sun, 19 Jul 2026 12:52:16 +0000</pubDate>
      <link>https://dev.to/yuri_palienko/palistor-is-here-the-ai-friendly-mvvm-framework-for-react-experimental-5162</link>
      <guid>https://dev.to/yuri_palienko/palistor-is-here-the-ai-friendly-mvvm-framework-for-react-experimental-5162</guid>
      <description>&lt;p&gt;&lt;strong&gt;Palistor just landed on npm.&lt;/strong&gt; &lt;code&gt;npm install palistor&lt;/code&gt; — and your React screens stop being a tangle of &lt;code&gt;useEffect&lt;/code&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Heads up:&lt;/strong&gt; Palistor is still an &lt;em&gt;experimental&lt;/em&gt; technology. Kick the tires, break it, tell us what hurts.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  The one idea
&lt;/h2&gt;

&lt;p&gt;AI is bad at architecture — but it's &lt;em&gt;great&lt;/em&gt; at filling declarative slots.&lt;/p&gt;

&lt;p&gt;So Palistor removes the architecture task entirely. It splits your frontend into three clean layers:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;View&lt;/strong&gt; — pure JSX. So primitive there's nowhere to make a mistake.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ViewModel&lt;/strong&gt; — one flat config object with behavior (validation, conditional fields, cross-field rules).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Model&lt;/strong&gt; — any data source you plug in via &lt;code&gt;resolve&lt;/code&gt;. Palistor defines the interface, not the implementation.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🤖 Why it's AI-friendly
&lt;/h2&gt;

&lt;p&gt;Here's the punchline: &lt;strong&gt;generated code can't fall apart, because there's nowhere for it to go wrong.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Reviewing an AI-written screen becomes reviewing &lt;em&gt;one flat object&lt;/em&gt; instead of a tree of &lt;code&gt;useEffect&lt;/code&gt;s, custom hooks and contexts. You keep control — even when you don't read every line the model wrote. That's the path toward generating real enterprise frontends without losing the plot.&lt;/p&gt;

&lt;h2&gt;
  
  
  What you get
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;⚡ &lt;strong&gt;Granular re-renders&lt;/strong&gt; — a component subscribes only to the fields it read&lt;/li&gt;
&lt;li&gt;🧮 &lt;strong&gt;Computed field state&lt;/strong&gt; — &lt;code&gt;isVisible&lt;/code&gt;, &lt;code&gt;isRequired&lt;/code&gt;, labels, errors recomputed from the config&lt;/li&gt;
&lt;li&gt;🔌 &lt;strong&gt;Async resolvers&lt;/strong&gt; — auto-tracked deps, retry, optimistic updates, Suspense&lt;/li&gt;
&lt;li&gt;📋 &lt;strong&gt;Lists &amp;amp; entities&lt;/strong&gt; — normalized registry, list proxy, per-entity templates&lt;/li&gt;
&lt;li&gt;🪜 &lt;strong&gt;Flows&lt;/strong&gt; — step wizards with branching and per-step validation&lt;/li&gt;
&lt;li&gt;💾 &lt;strong&gt;Persist, i18n, field mapping&lt;/strong&gt; — batteries included
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install &lt;/span&gt;palistor   &lt;span class="c"&gt;# peer: react ^19&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Live playground with every example: &lt;strong&gt;projectint.github.io/palistor&lt;/strong&gt;&lt;br&gt;
Source &amp;amp; README: &lt;strong&gt;github.com/ProjectINT/palistor&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Built by &lt;strong&gt;Yuri Palienko&lt;/strong&gt;. MIT licensed.&lt;/p&gt;

&lt;p&gt;It's early, it's experimental, and it's fun. Go break it. 🔨&lt;/p&gt;

</description>
      <category>ai</category>
      <category>architecture</category>
      <category>react</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
