Redium: A small and declarative JavaScript-based UI library
Redium: A small and declarative JavaScript-based UI library rolandbrake / Redium Public Notifications You must be signed in to change notification settings Fork 0 Star 1 Branches Tags Open more actions menu Latest commit History 6 Commits 6 Commits Folders and files Name Name Last commit message Last commit date bin bin docs docs example example scripts scripts src src tests tests .gitignore .gitignore LICENSE LICENSE README.md README.md colors.ts colors.ts control.ts control.ts core.ts core.ts crystal.png crystal.png elements.ts elements.ts favicon.ico favicon.ico index.html index.html index.ts index.ts package-lock.json package-lock.json package.json package.json redium.png redium.png render.ts render.ts state.ts state.ts store.ts store.ts style.ts style.ts tsconfig.build.json tsconfig.build.json tsconfig.json tsconfig.json vite.config.ts vite.config.ts Repository files navigation Redium A small, declarative, JavaScript-first UI library for building reactive interfaces with TypeScript. Redium distills UI down to its reactive, reduced, non-redundant elements.
This ProductUpdate is relevant to the technology intelligence record because it involves GitHub. The source article should remain the factual reference for follow-up coverage.
- rolandbrake / Redium Public Notifications You must be signed in to change notification settings Fork 0 Star 1 Branches Tags Open more actions menu Latest commit History 6 Commits 6 Commits Folders and files Name Name Last commit message Last commit date bin bin docs docs example example scripts scripts src src tests tests .gitignore .gitignore LICENSE LICENSE README.md README.md colors.ts colors.ts control.ts control.ts core.ts core.ts crystal.png crystal.png elements.ts elements.ts favicon.ico favicon.ico index.html index.html index.ts index.ts package-lock.json package-lock.json package.json package.json redium.png redium.png render.ts render.ts state.ts state.ts store.ts store.ts style.ts style.ts tsconfig.build.json tsconfig.build.json tsconfig.json tsconfig.json vite.config.ts vite.config.ts Repository files navigation Redium A small, declarative, JavaScript-first UI library for building reactive interfaces with TypeScript.
- Redium distills UI down to its reactive, reduced, non-redundant elements.
- Named after radium the element, (not the framework) Redium borrows science's habit of naming things for what they do at their smallest unit.
- It is a small TypeScript UI library that makes reactive interfaces feel direct.
- Components are ordinary functions, state is explicit, and styles live next to the code that uses them no JSX transform, no CSS strings, no virtual DOM on the basic rendering path.
- Redium is an early-stage experiment, The project is intentionally incomplete.