Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Only add elements to dom as needed #27

Open
Simon-Laux opened this issue Sep 9, 2020 · 0 comments
Open

Only add elements to dom as needed #27

Simon-Laux opened this issue Sep 9, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Simon-Laux
Copy link
Collaborator

Don't use jQuery to add all complete apps to the dom, only add the stuff for the current view.

Basically improve the app's architecture.

This hiding whats not needed game works for now, but I will get slow when we have more apps. DOM elements are more expensive as keeping the data inside of an js object.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants