themeteorchef / bert

A client side, multi-style alerts system for Meteor.
185 stars 27 forks source link

Rebuild with Redux and remove any Meteor deps #38

Open themeteorchef opened 7 years ago

themeteorchef commented 7 years ago

Bert is a stud and deserves to have his abs seen by more folks. We should remove any Meteor-specific deps and republish Bert on NPM so he can be used in any JS app. I think Redux would be a good way to manage the state of Bert without too many headaches.

Rebolon commented 7 years ago

not sure that Redux is really usefull, but splitting Bert into a native JS package and a Meteor wrapper package would be cool.

themeteorchef commented 7 years ago

@Rebolon so far it's ended up being quite useful :) I'm using it to track state on Bert in the refactor and it's making it much easier to reason about when/how Bert is updating.

Rebolon commented 7 years ago

ok i understand this usecase!