exellian / rex

About A efficient, flexible, simple framework for building reactive UI-components.
1 stars 0 forks source link

DRAFT: Rerender mechanic, Reacting on events #3

Open exellian opened 1 year ago

exellian commented 1 year ago

This issue should track the discussion and investigation on how to design an efficient rerender mechanic for reactive components. The goal is to minimize the rerendering of components as good as possible. We need to look into how other frameworks like angular, react, etc.. implemented this mechanic and how to improve on it or how to implement a similar approach. We also have to look into javascripts event hooks for this