<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>reactuse blog</title>
        <link>https://reactuse.org/blog</link>
        <description>News, guides and updates about reactuse.</description>
        <lastBuildDate>Fri, 14 Aug 2026 04:47:52 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <copyright>All rights reserved 2026, SIBERIA CAN CODE</copyright>
        <item>
            <title><![CDATA[Extract feature logic into a hook]]></title>
            <link>https://reactuse.org/blog/08.2026-extract-component-logic</link>
            <guid isPermaLink="false">/blog/08.2026-extract-component-logic</guid>
            <pubDate>Tue, 11 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Move complex feature logic out of components into one hook, and group its return.]]></description>
        </item>
        <item>
            <title><![CDATA[A fresh new look for reactuse]]></title>
            <link>https://reactuse.org/blog/08.2026-new-brand-logo</link>
            <guid isPermaLink="false">/blog/08.2026-new-brand-logo</guid>
            <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[We redesigned the reactuse logo — cleaner, more minimal, and built to scale.]]></description>
        </item>
        <item>
            <title><![CDATA[Meet reactuse skills for AI coding agents]]></title>
            <link>https://reactuse.org/blog/08.2026-reactuse-skills</link>
            <guid isPermaLink="false">/blog/08.2026-reactuse-skills</guid>
            <pubDate>Sat, 08 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Reactuse ships a set of skills so AI coding assistants pick the right hook faster and follow consistent usage patterns. Here is what they are and how to plug them in.]]></description>
        </item>
        <item>
            <title><![CDATA[React useMouse: cursor tracking without the re-render tax]]></title>
            <link>https://reactuse.org/blog/08.2026-usemouse-hook</link>
            <guid isPermaLink="false">/blog/08.2026-usemouse-hook</guid>
            <pubDate>Mon, 10 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[Every coordinate in one call, a callback-first API that skips re-renders, and opt-in watch() for reactive state.]]></description>
        </item>
        <item>
            <title><![CDATA[Track the mouse in React without extra re-renders]]></title>
            <link>https://reactuse.org/blog/08.2026-usemouse-watch-mode</link>
            <guid isPermaLink="false">/blog/08.2026-usemouse-watch-mode</guid>
            <pubDate>Sun, 09 Aug 2026 00:00:00 GMT</pubDate>
            <description><![CDATA[useMouse gives you direct DOM control by default and reactive state only when you actually need it.]]></description>
        </item>
    </channel>
</rss>