preactjs

Preact.js is a lightweight React alternative with the same API.
Similarities to React
- ES6 Class, hooks, and Functional Components
- Compatibility via a simple preact/compat alias
- JSX, VDOM, DevTools, HMR, SSR.
- Cross-browser compatibility
- Transparent asynchronous rendering with a pluggable scheduler
Differences from React
- Works in the browser without any transpilation steps
- Syntactic sugar
* `props`, `state` and `context` are passed to `render()`
* Standard HTML attributes like `class` and `for` can be used instead of `className` and `htmlFor`
Here are 46 public repositories matching this topic...
A reactive state library for ReactJS
-
Updated
Mar 21, 2023 - TypeScript
⚛️ Build custom, self-contained & self-hosted Preact script in the browser
-
Updated
Feb 15, 2025 - JavaScript
A minimal framework-agnostic and configurable UI system to build UI systems. Your system your rules 🤘.
-
Updated
Nov 28, 2022 - JavaScript
✨ A handy production-ready template for rapidly frontend development that you've often dreamed of. Small, but with full backward compatibility to all of React.js ecosystem, but without its overhead!
-
Updated
Jan 22, 2025 - TypeScript
Generate a secure password. Build with Preact
-
Updated
Jan 5, 2023 - JavaScript
this is a sample project based on qiankun and learna which runs Augular, ReactJS, SolidJS, VueJS, Jquery, Preact and Svelte Apps in Single SPA as Micro Frontend . https://qiankun.umijs.org
-
Updated
Oct 13, 2024 - TypeScript
preact.js + hono + vite + pages, sample
-
Updated
Nov 1, 2023 - TypeScript
hono + vite + pages + D1 + preact.js, CMS Sample
-
Updated
Nov 12, 2023 - TypeScript
Released November 14, 2015
Latest release 1 day ago
- Followers
- 33 followers
- Repository
- preactjs/preact
- Website
- preactjs.com