preact-components
- Sign up for GitHub or sign in to edit this page
Here are 53 public repositories matching this topic...
activeClassName gets passed through to the a element as a regular attribute and is not used in the matching-style that is documented in the README.
It seems to be because the Link component defined in match.js is not actually exported. Instead the regular a passthrough component is exported.
https://github.com/preactjs/preact-router/blob/3eb5b31fe75c34672eeb13f2d310dee6d51b1f97/src
preact wrapper for "Material Components for the web"
-
Updated
Oct 18, 2019 - 572 commits
- TypeScript
:page_facing_up: Universal rendering for Preact: render JSX and Preact components to HTML.
-
Updated
Oct 20, 2019 - 205 commits
- JavaScript
:loop: Preact integration for Redux (no shim needed!)
-
Updated
Oct 4, 2019 - 78 commits
- JavaScript
⚛️ A fantastically simple tagging component for your React projects
-
Updated
Oct 20, 2019 - 391 commits
- JavaScript
⚙️ State machine -powered components in 250 bytes
-
Updated
Sep 27, 2019 - 18 commits
- JavaScript
🕳 Render Preact trees into other Preact trees, like portals.
-
Updated
Aug 19, 2019 - 10 commits
- JavaScript
:satellite: Render Preact components in (a) SPACE :milky_way: :stars:
-
Updated
Sep 5, 2019 - 19 commits
- JavaScript
✅ A minimal UI kit for Preact
-
Updated
Oct 14, 2019 - 152 commits
- JavaScript
:zap: Render HTML5 as VDOM, with Components as Custom Elements!
-
Updated
Oct 16, 2019 - 48 commits
- JavaScript
:recycle: Minimal functional Virtual DOM rendering using Preact :bike:
-
Updated
Sep 20, 2019 - 23 commits
- JavaScript
Some simple patterns for Typescript usage with Preact
-
Updated
Oct 8, 2019 - 8 commits
🕴 Render a Preact subtree into the Shadow DOM.
-
Updated
Jul 14, 2019 - 6 commits
- JavaScript
Minimalistic translate (i18n) library for Preact
-
Updated
Oct 21, 2019 - 141 commits
- TypeScript
:bookmark: A text field that tokenizes input, for things like tags.
-
Updated
Sep 19, 2019 - 22 commits
- JavaScript
React/preact wrapper for Algolia Places
-
Updated
Oct 12, 2019 - 425 commits
- JavaScript
📺 Named views for Preact, with easy-as-pie linking between them.
-
Updated
Jun 8, 2019 - 1 commits
- JavaScript
Easy asynchronous loading for your router components. For 440B.
-
Updated
Aug 27, 2019 - 12 commits
- JavaScript
A console emulator for preact.
-
Updated
Aug 14, 2019 - 7 commits
- JavaScript
Preact Component to Group Form fields onChange Events to a single Callback
-
Updated
Jul 23, 2019 - 42 commits
- JavaScript
A fork of React-Motion to be used with Preact
-
Updated
Jun 11, 2019 - 809 commits
- JavaScript
material design components for preact using material-components-web sass styles (for live demo click the link below)
-
Updated
Mar 4, 2019 - 6 commits
- JavaScript
A HOC to enable measuring rendering performance for Preact components
-
Updated
Sep 30, 2019 - 43 commits
- JavaScript
Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed input for using with React and Preact.
-
Updated
Oct 17, 2019 - 39 commits
- JavaScript
Lazy load preact route components
-
Updated
Apr 16, 2019 - 62 commits
- JavaScript
The official React chart.js components. Simple yet flexible react chart components for designers & developer (Created by @codefacebook)
-
Updated
Apr 20, 2019 - 69 commits
- JavaScript
Android timepicker clock implementation
-
Updated
Jul 26, 2018 - 21 commits
- JavaScript
Preact component for insert <script> tag, inspired by vue-script2
-
Updated
Jun 19, 2019 - 7 commits
- JavaScript


I'm confused about whether onFocus/onBlur events should bubble in preact, like they do in React.
In this example using preact 10.0.0-beta.1 they don't bubble https://codesandbox.io/embed/5wxk9zk7lx
...whereas in the Preact repl they do bubble https://preactjs.com/repl