<?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>Forem: ashkan hooshidar</title>
    <description>The latest articles on Forem by ashkan hooshidar (@ashkan_hooshidar_c507d1ef).</description>
    <link>https://forem.com/ashkan_hooshidar_c507d1ef</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%2F3550594%2F92f488ee-f757-4b35-b72f-9343c7ac4a39.jpg</url>
      <title>Forem: ashkan hooshidar</title>
      <link>https://forem.com/ashkan_hooshidar_c507d1ef</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ashkan_hooshidar_c507d1ef"/>
    <language>en</language>
    <item>
      <title>layout-manager-react: Highly Customizable React Layout Manager</title>
      <dc:creator>ashkan hooshidar</dc:creator>
      <pubDate>Sat, 08 Nov 2025 12:19:24 +0000</pubDate>
      <link>https://forem.com/ashkan_hooshidar_c507d1ef/layout-manager-react-highly-customizable-react-layout-manager-1i3f</link>
      <guid>https://forem.com/ashkan_hooshidar_c507d1ef/layout-manager-react-highly-customizable-react-layout-manager-1i3f</guid>
      <description>&lt;p&gt;I built layout-manager-react for React apps that need flexible, real-time, and resizable layouts — perfect for dashboards, trading platforms, and IDEs.&lt;/p&gt;

&lt;p&gt;✨ &lt;strong&gt;Key Features&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Flexbox-based layout system for responsive panels&lt;/li&gt;
&lt;li&gt;Drag &amp;amp; drop with 4 drop zones (center, left, right, top/bottom)&lt;/li&gt;
&lt;li&gt;Resizable tabsets with splitters&lt;/li&gt;
&lt;li&gt;RTL/LTR direction support&lt;/li&gt;
&lt;li&gt;Persistent state with localStorage and debouncing&lt;/li&gt;
&lt;li&gt;Tab closing, restoration, and reordering&lt;/li&gt;
&lt;li&gt;Custom close icons for tabs&lt;/li&gt;
&lt;li&gt;Component restoration system&lt;/li&gt;
&lt;li&gt;Tab selection and direction switching&lt;/li&gt;
&lt;li&gt;Storage management (clear or reset layout)&lt;/li&gt;
&lt;li&gt;Min/max width/height constraints&lt;/li&gt;
&lt;li&gt;Highly customizable to fit your app’s needs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;`import { Layout, createLayoutModel, createTab, createTabSet } from 'layout-manager-react';&lt;br&gt;
import 'layout-manager-react/dist/style.css';&lt;/p&gt;

&lt;p&gt;const model = createLayoutModel(&lt;br&gt;
  createTabSet('tabs', [&lt;br&gt;
    createTab('tab1', 'dashboard', 'Dashboard'),&lt;br&gt;
    createTab('tab2', 'analytics', 'Analytics'),&lt;br&gt;
  ])&lt;br&gt;
);&lt;/p&gt;

&lt;p&gt;;`&lt;/p&gt;

&lt;p&gt;🔗 Links&lt;br&gt;
GitHub: &lt;a href="https://github.com/hrashkan/layout-manager-react/" rel="noopener noreferrer"&gt;github.com/hrashkan/layout-manager-react&lt;/a&gt;&lt;br&gt;
npm: npm install layout-manager-react&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why You’ll Love It:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lightweight and fully TypeScript-ready&lt;/li&gt;
&lt;li&gt;Smooth drag, drop, and resize experience&lt;/li&gt;
&lt;li&gt;Highly customizable for any React layout&lt;/li&gt;
&lt;li&gt;Built with performance and flexibility in min&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💬 I’d love to hear from other React developers — what features would you add or improve?&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
