Skip to content

make create and render View method function more distinct #48

Description

@ldarren

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions