The adaptive interface system for modern web experiences.
The FAST monorepo is a collection of technologies built on Web Components and modern Web Standards. It offers reusable UI components, design systems, SSR capabilities, and integration with various libraries and frameworks. FAST can be adopted incrementally without rewriting existing systems.
To get started with FAST, follow these steps:
npm install @microsoft/fast-element
npm install @microsoft/fast-foundation
npm install @microsoft/fast-ssr
npm install @microsoft/fast-router
import { FASTElement } from '@microsoft/fast-element';
import { FASTFoundation } from '@microsoft/fast-foundation';
import { FASTSSR } from '@microsoft/fast-ssr';
import { FASTRouter } from '@microsoft/fast-router';
The FAST monorepo is a comprehensive collection of technologies and libraries for building scalable and efficient web and application designs. It provides reusable UI components, design systems, server-side rendering, and integration capabilities. With FAST, developers can adopt modern web standards and quickly develop high-quality experiences without the need for extensive rewriting or reimplementation.