frejs/fre
:ghost: Tiny Concurrent UI library with Fiber. observed · 2026-08-28
Health v2 · maintenance only
89/100
- Activity 96
- Release rhythm 75
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 45
- age_days: 2958
- days_rel: 86
- days_push: 24
- n_releases_24m: 6
Adoption not part of the score
3765 stars · 348 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Fre is a tiny (~1KB brotli) concurrent UI library for JavaScript built on a Fiber architecture with a coroutine scheduler enabling time slicing. It offers a React-like API including hooks, Suspense, Fragments, memo, ErrorBoundary, and keyed reconciliation with SSR hydration.
Use cases
- build a lightweight react-like ui with hooks
- tiny frontend library under 2kb for a web app
- concurrent rendering with time slicing in javascript
- learn how a fiber reconciler works
- ssr hydration with a minimal vdom library
- replace react in a small bundle-size-sensitive project
When to choose
- bundle size is critical and you want react-like hooks and jsx
- you want to study or hack on a minimal fiber implementation
- you need concurrent rendering, suspense, and keyed diffing in a tiny package
When to avoid
- you need a mature ecosystem with large component libraries and tooling
- enterprise projects requiring long-term vendor support
- you rely on advanced react features like concurrent transitions APIs or react server components
Facets
library · maturity active
frontend-framework ui-components ssr state-management web-development frontend developer-tools browser cross-platform react-like fiber-architecture concurrent-rendering hooks virtual-dom jsx tiny-bundle time-slicing keyed-reconciliation suspense nodejs web-server
4 sources
- readme: https://github.com/frejs/fre · fetched 2026-08-28 · 1fe3c65adea6
- homepage: https://deepwiki.com/frejs/fre · fetched 2026-08-29 · 7db277581c87
- site_page: https://deepwiki.com/frejs/fre/1.1-getting-started · fetched 2026-08-29 · bc9ea88b3430
- site_page: https://deepwiki.com/frejs/fre/5-advanced-features · fetched 2026-08-29 · 4165037750a8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| frejs/fre | main | 89 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem