Separate business logic from your Vue components by employing easy-to-use presenter hooks.
Neatly organize your view layer code
The end of components with hundreds of lines of code, cluttering up your views. You Vue components should be focused around rendering, keeping business logic aside.
Tiny and flexible
The library is tiny by nature and is not opinionated. The presenter hook is essentially a small, yet powerful, function.