Functional Props Composition for UI Components
"ProppyJS is a tiny 1.5kB JavaScript library for composing props (object that components receive to render themselves). The generated props can then be used in Vue.
The primary purpose of this library is to lift the state one level above your UI components. So that your components are always stateless themselves, while you compose your props separately.
This helps keep your components layer functional and small, while giving you the flexibility to test your components and the behaviour of their props differently as needed."
Fahad Heylaal
@fahad19