Skip to main content

11 docs tagged with "Components"

View all tags

Component Design

When to use: Building new UI components. Reviewing component architecture. Refactoring existing components.

Component Libraries

The library you choose determines the maintenance burden you carry. Copy-paste ownership (shadcn) trades update convenience for full control. Package dependencies trade control for automatic updates.

React Calendar Components

Calendars look simple. Then you add timezones, recurring events, drag-to-reschedule, and multi-user availability. Complexity explodes.

React Chart Components

A chart that lies is worse than no chart. Choose the library that makes honest data easy and misleading data hard.

React Components

Components are the unit of reuse. Get the abstraction boundary wrong and you carry the cost in every file that imports it.

Settlement

At the core of all blockchain networks lies the Settlement Layer, which acts as a decisive authority for transactions. Its vital role is to guarantee that every transaction becomes unalterable and eternally inscribed onto the blockchain once executed.

Shadcn UI

Library of copy and paste components.