#

Framework

Framework related cheatsheet collection - 4 quick reference guides. Find fast, copy directly. The essential online command reference for developers and SRE.

Tailwind CSS Cheatsheet - Utility Class Reference

A Tailwind CSS reference for developers who build interfaces directly with utility classes — layout Flex/Grid, spacing, typography, colors, responsive breakpoints, dark mode, and animation — and the trade-offs of on-demand generation and class composition.

2026-07-2161 commands
tailwindcssFrontend

Svelte Cheatsheet - Svelte Framework Reference

A Svelte reference for developers who prefer minimal runtime and compile-time reactivity, covering reactive declarations (let and $:), template syntax, events and dispatch, component communication, lifecycle, Store, and built-in transitions — and how Svelte removes a virtual-DOM runtime from the box.

2026-07-2150 commands
svelteFrontendFramework

Vue.js Cheatsheet - API Reference

A Vue 3 reference for building reactive UIs with the Composition API: ref/reactive/computed/watch, lifecycle hooks, props-emits-provide-inject communication, router, Pinia state, and template/render optimization. Copy and run.

2026-07-2146 commands
vuejavascriptFrontend

React Cheatsheet - Hooks & Components

A React 18 reference for building component UIs with Hooks: state and effects, advanced Hooks like useReducer/Context, component patterns, controlled forms, and performance tweaks (memo, lazy, Suspense). Copy and run.

2026-07-2139 commands
reactjavascriptFrontend