Skip to content

Views take up too much memory #52

@bradcypert

Description

@bradcypert

Currently, views are added to the container and the container can be cloned. Because views are being bound as template strings, they are being cloned when the container is being cloned.

My suggestion here is to create a new constant class called ViewManager that the views can be loaded into memory within (and this should also probably be responsible for loading the views into memory instead of the App). Then, we can pull view furnishing out of the container entirely and into the newly designed Steward Context #51.

Metadata

Metadata

Assignees

No one assigned

    Labels

    AppAffecting or involving Steward's Application layer.RouterAffecting or involving Steward's router layer.enhancementNew feature or requestgood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions