Every published module, all in one place.
3 modules
Frameworks → React
Component and hook conventions for React apps: composition over inheritance, honest dependency arrays, state colocation, derived state, controlled forms, key discipline, and measured memoization.
by @markdowners
Frameworks → Vue & Nuxt
Vue and Nuxt conventions: Composition API defaults, composables for shared logic, props-down-events-up data flow, computed over methods for derived data, single-file component structure, and Nuxt server routes and data fetching.
UI & Frontend → Design Systems
How to build and maintain a design system that scales: design tokens before components, consistent component APIs, composition over configuration, live documentation, versioning and deprecation, and contribution discipline.