right now the diff between create and view are
- when create is called the view's el may not attached to parent node
- when render is called the view's el is attached to the parent node
the suggested changes
- render is called when view' el is attached to browser dom
right now the diff between create and view are
the suggested changes