storybook-design-token
Storybook addon to display design token documentation generated from your stylesheets and icon files.
Storybook addon to display design token documentation generated from your stylesheets and icon files.
A living style guide generator for everything.
DirectedGraph container class + BFT/DFT/transpose algorithms inspired by Boost C++ Graph Library API.
Options-defaults design pattern implementation for reliable configuration. It merges objects deeply, overrides arrays and classes (different than Object) and the result remains strongly typed.
Entity Component System for ES6
Unit of Work pattern is used to group one or more operations (usually database operations) into a single transaction or “unit of work”, so that all operations either pass or fail as one. This utility is implemented in Typescript
A very minimal dependency-free observer pattern implementation.
This component is a debugging tool that helps you develop components without View(JSX).
Tiny library introducing an easy design pattern.
Options-defaults design pattern implementation for reliable configuration. It merges objects deeply, overrides arrays and classes (different than Object) and the result remains strongly typed.
Makes an auxilary tree structure to get O(m) efficient autocomplete results, (where m is the length of a search string), without use of external dependencies.<br /> The repo is holds a list of 300k english letter already formatted as tree and available fo
Entity Component System used in the Fae rendering engine
Tiny library introducing an easy design pattern.
The subject in the Observer Design Pattern
When: A software design pattern for building event-based recombinant state machines.
A factory for a passive mediator design pattern in <25 lines of Javascript
a useful JavaScript's design pattern library
typescript builder design pattern using literal class name
A living style guide generator for everything.
A DI/IOC micro-framework inspired by robotlegs