Easy State Management Module for Ionic

Hi,
State management was always a challenge when working on front-end apps while everybody recommends Redux which is great for huge scale apps but it complicates the small apps, so I developed my own module to do simple and easy state management for node based front-end apps, it was created mainly for Ionic framework then I enhanced it to work in any node front-end framework, I am sure that all small and medium ionic apps developers will benefit from it so I like to share it with you.
https://www.npmjs.com/package/insta-state

Regards,