summaryrefslogtreecommitdiff
path: root/examples/framework-preact/src/components/Counter.tsx (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-03-13Fix check example CI fail (#10415)Gravatar Bjorn Lu 1-2/+8
2024-01-04feat: add preact-ssr-prepass (#9524)Gravatar Alex Jet 1-1/+7
* feat: add preact-ssr-prepass * added more info to changelog * fix example in changelog * fix changelog description * fix tab in code of changelog * Update .changeset/blue-bobcats-remain.md --------- Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
2022-10-10Revert "Revert preact signals support (#4843)" (#5015)Gravatar Matthew Phillips 1-5/+3
This reverts commit 25a5b9a89aee81c87affca64e1682ebc0c553eaf.
2022-09-22Revert preact signals support (#4843)Gravatar Matthew Phillips 1-3/+5
* Revert "Update preact example to match @astrojs/preact ranges (#4840)" This reverts commit d650a1161a0288f8f2d35ae67771279d067920e9. * Revert "[ci] format" This reverts commit e3c78c5b164c338389c437743ba02a7be64e27fb. * Revert "Support shared signals in Preact islands (#4763)" This reverts commit 5e46be54683592773e6dfc2d33825493886114b0.
2022-09-21[ci] formatGravatar matthewp 1-1/+1
2022-09-21Support shared signals in Preact islands (#4763)Gravatar Matthew Phillips 1-5/+3
* Support signals in Preact islands * Add a changeset * Only add signals if we need them * Refactor signal logic into its own module * Keep track of the signals used
2021-12-22Use accessible indentation (#2253)Gravatar Jonathan Neal 1-13/+13
2021-11-22Clean up styling for framework-* examples (#1970)Gravatar Drew Powers 1-2/+3
2021-06-28Restructure examples (#568)Gravatar Nate Moore 1-0/+19
* rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim <crim.austin@principal.com>