A small attempt of mine to simplier development of the multiple packages and keeps its quality on the certain level.
The name was inspired by the book React Design Patterns and Best Practices by Michele Bertoli.
Summary on various topics to save time in future.
We tend to write modular code. In this way we split application's logic between modules. But to make it work in the web, we need to know how to concat those modules into single file and what tools are good for that.