cfcs
- Purpose: CFCs (Cross Framework Components) enables developers to write components once and have them work across multiple JavaScript frameworks (React, Vue 2, Vue 3, and Svelte). It solves the problem of maintaining separate codebases for each framework.
- Target Audience:
- Developers who want to create components supporting multiple frameworks.
- Developers looking to adapt existing components for use in different frameworks.
- Key Features:
- Compatible: Reduces maintenance costs by supporting multiple frameworks with a single codebase.
- Reactive Components: State-based utility components that don’t create UI but react to state changes.
- Framework Support: Includes dedicated packages for React, Vue 2, Vue 3, and Svelte.
- Demo & Docs:
- Example Use Cases:
- Packages:
- Core (
@cfcs/core
), React (@cfcs/react
), Vue 2 (@cfcs/vue2
), Vue 3 (@cfcs/vue3
), Svelte (@cfcs/svelte
).
- Core (
- License: MIT.
cfcsreactsveltevueegjs
Featured Stories
No featured articles here. Navigate to an article, then pick the Feature on menu button