- dom (using diff-dom lib) (needs some more work to fine tune)
- virtual dom (my own) and component based like React, Jsx etc.
Drawback: If the component order changes then compon miss happens and rerendering happens for rest of the components.
Drawback: If the component order changes then compon miss happens and rerendering happens for rest of the components.