issa-tseng / janus

the two-faced application library-framework.
http://janusjs.org
37 stars 7 forks source link

Leverage immutable Model properties to improve reacting/rendering perf #77

Open issa-tseng opened 7 years ago

issa-tseng commented 7 years ago

Once Models have immutable properties, one can consider detecting such cases and avoiding the reaction handlers to save on memory and processing.