— removeAttrs: false
is there so the attributes stay, allowing that patch to work
— So really... it is far superior to mustache in terms of functionality
— You can just continually patch the same nodes without worrying about the template syntax going away
— I like combining Flux with template engines
— Flux was for React components, but one can easily replace the component with their own that just uses a template engine under the hood
Message permanent page
— But an easier to use kind, unidirectional data flow and immutable state
— It also uses state diffing to patch things
— Decides what to re render