Linaria is a zero-runtime CSS-in-JS library and static CSS generator. It evaluates JavaScript expressions at build time to extract styles from tagged template literals into standalone, static CSS files, removing the need for a runtime style injection engine. The library distinguishes itself by mapping component props to CSS custom properties, enabling dynamic styling and runtime property updates without regenerating stylesheets. It utilizes a build-time evaluation engine to resolve interpolations and a hashing system to generate scoped class names that prevent style collisions. The project c
This project is a frontend scaffolding tool and starter template designed to accelerate the creation of web applications using Vue 3, TypeScript, and Vite. It provides a pre-configured development environment that integrates essential build tools and state management to streamline the initial setup of scalable user interfaces. The framework distinguishes itself by automating common development tasks, including the automatic resolution and importing of project dependencies to reduce boilerplate code. It also implements file-based routing, which generates application navigation structures direc
This is a collection of official extensions for the Rollup bundling process. These plugins serve as module transformers, resolution managers, and bundle optimizers designed to modify how JavaScript modules are processed, resolved, and optimized. The suite provides specialized capabilities for modern web transpilation, converting TypeScript, JSX, Flow, and GraphQL into compatible JavaScript. It distinguishes itself through extensive non-JavaScript asset integration, allowing the import of JSON, YAML, CSV, and image files as JavaScript modules or data URIs, and providing support for bundling We
core-decorators is a JavaScript class decorator library and framework utility for extending class functionality. It provides a collection of tools for implementing class behavior mixins, automating method binding to avoid manual constructor configuration, and verifying that subclass methods correctly override parent methods. The library includes a code deprecation toolkit for flagging obsolete methods with console warnings and a function execution profiler for measuring performance and duration. It further enables the modification of class and method behavior through a system of custom decora
Braid is a design system component library built for React that provides a collection of themeable UI building blocks. It functions as an atomic CSS framework, transforming declarative style definitions into static CSS classes during the build process to ensure consistent visual output across web applications.
Principalele funcționalități ale seek-oss/braid-design-system sunt: Design System Components, React Design System Libraries, Build-Time Style Compilers, Atomic CSS Generators, Build-Time Code Stripping, Design System Implementations, Static Style Compilations, Static CSS Generators.
Alternativele open-source pentru seek-oss/braid-design-system includ: callstack/linaria — Linaria is a zero-runtime CSS-in-JS library and static CSS generator. It evaluates JavaScript expressions at build… tobe-fe-dalao/fast-vue3 — This project is a frontend scaffolding tool and starter template designed to accelerate the creation of web… rollup/plugins — This is a collection of official extensions for the Rollup bundling process. These plugins serve as module… jayphelps/core-decorators — core-decorators is a JavaScript class decorator library and framework utility for extending class functionality. It… north/north — North is a responsive web design methodology and Sass-based CSS architecture framework. It provides a system for… angular/material2 — This project is a Material Design UI library and Angular component framework. It provides a collection of reusable UI…