Perform less re-renders
Open
enhancement
render
- Dominant language
- Rust
- Stars
- 6
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Currently the web view re-renders whenever the user scrolls, which can be slow. We might be able to optimize this by
- only rendering DOM nodes in the user's viewport
- caching the painted page somehow?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.