addyosmani / addyosmani/backbone-fundamentals
Clarification of tagName
Open
- Dominant language
- Rich Text Format
- Stars
- 9.2k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
Fundamentals -> Client-Side MVC - Backbone Style
> TodoView is defined by extending Backbone.View and is instantiated with an associated Model. In our example, the render() method uses a template to construct the HTML for the Todo item which is placed inside an **li element**. Each call to render() will replace the content of the **li element** using the current Model data.
I ran example from book and I didn't see any `
Could you please explain why we need `tagName: 'li'` if there's no any `

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.