Hassan Shaikley created Pico-PubSub, the smallest PubSub library possible. With zero dependencies and only 149 bytes of code it beats the competition, both Tiny-PubSub and Nano-PubSub. PubSub is a pattern I really like, but I have to be careful when pulling in dependencies that are too big. In the context…Read…