<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>Preact Blog</title>
        <link>https://preactjs.com</link>
        <description>Preact news and articles</description>
        <lastBuildDate>Wed, 24 Jan 2024 23:35:28 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>en</language>
        <image>
            <title>Preact Blog</title>
            <url>https://preactjs.com/assets/branding/symbol.png</url>
            <link>https://preactjs.com</link>
        </image>
        <copyright>All rights reserved 2022, the Preact team</copyright>
        <item>
            <title><![CDATA[Signal Boosting]]></title>
            <link>https://preactjs.com/blog/signal-boosting</link>
            <guid>https://preactjs.com/blog/signal-boosting</guid>
            <pubDate>Fri, 23 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[The new release of Preact Signals brings significant performance updates to the foundations of the reactive system. Read on to learn what kinds of tricks we employed to make this happen.]]></description>
        </item>
        <item>
            <title><![CDATA[Introducing Signals]]></title>
            <link>https://preactjs.com/blog/introducing-signals</link>
            <guid>https://preactjs.com/blog/introducing-signals</guid>
            <pubDate>Tue, 06 Sep 2022 00:00:00 GMT</pubDate>
            <description><![CDATA[Signals are an easier way to manage your application's state compared to hooks. A signal is a container object with a special "value" property that holds some value. Reading a signal's value property from within a component or computed function automatically subscribes to updates, and writing to the value property triggers subscriptions.]]></description>
        </item>
    </channel>
</rss>