Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concept: custom virtual dom and elements for efficient memory overwrites #43

Closed
patinthehat opened this issue Apr 28, 2024 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@patinthehat
Copy link
Contributor

you could implement a custom virtual dom and an input component yourself. hook into the keypress events and update/append to a buffer with the key pressed, and immediately overwrite the vdom before it can be GC'd, then overwrite the buffer when you're done with it.

@micchickenburger
Copy link
Owner

Moved to #14

@micchickenburger micchickenburger added the duplicate This issue or pull request already exists label Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants