Skip to content

Couple paragraphs about managing DOM stateful elements? #14

@sompylasar

Description

@sompylasar

The select, input, embed/object (Flash), video, audio, canvas etc. elements represent components with their own internal state which is often can not be just re-rendered from a model data. For inputs, this includes scroll position and focus. For the rest, this includes internal state, video and audio buffers, image buffers, content downloaded inside the element etc.

I've read many books and articles, frameworks for modern single-page web applications and none of them include thoughts how to manage these elements which do not directly represent a model and their contents cannot be templated like simple HTML tags.

Please add some thoughts on this topic into your book.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions