Meemaw

JSON →
library 1.0.2 ·javascript
verified Jun 4, 2026
ui

Meemaw is a React component library providing declarative utility components for common UI patterns like conditional rendering, iteration, and time-based display. Version 1.0.2 is the current stable release. The library is lightweight (<10KB), tree-shakeable, and has zero runtime dependencies beyond React 16.8+. It ships TypeScript definitions and offers SSR compatibility. Unlike larger UI kits, Meemaw focuses purely on reducing repetitive JSX patterns with components like <Show>, <Switch>/<Case>/<Default>, and <Repeat>.