2 projects
Pico is a minimalist, lightweight CSS framework that styles semantic HTML elements beautifully out of the box, requiring few or no classes. It offers a class-less mode, dark/light themes, SASS customization, and a small set of components, acting like a supercharged CSS reset.
Unstated is a minimalist React state management library that lets you share component-like state across the tree using small Container classes built on React's Context API. It deliberately stays tiny, treating containers as plain classes with a setState-style API rather than acting as a Redux replacement.