This block + 6,000 more — yours with Pro

Blog Tip

94/100
Docs

Quick Tips

Short, actionable advice you can use today

Performance

Use dynamic imports for components that are only visible after user interaction to reduce initial bundle size.

Accessibility

Always pair icon-only buttons with an aria-label so screen readers can announce the action.

TypeScript

Prefer discriminated unions over optional fields when a value changes shape based on a status flag.

CSS

Use gap instead of margin on flex and grid containers to avoid collapsing-margin surprises.