Tram-One / tram-one

🚋 Legacy View Framework For Vanilla Javascript
http://tram-one.io/
MIT License
36 stars 8 forks source link

Investigate consolidating EffectStore and EffectQueue into the KeyStore and KeyQueue #189

Open JRJurman opened 2 years ago

JRJurman commented 2 years ago

Summary

After #187 is merged, we should consider consolidating the EffectStore into the KeyStore, and the EffectQueue into the KeyQueue. They are similar enough to each other, and by doing so, we may simplify the logic and some of the side-effects of element generation.