- Try to use custom elements as much as possible
- Implement virtual list: https://github.com/TanStack/virtual/tree/main/packages/virtual-core
- https://developer.mozilla.org/en-US/docs/Web/CSS/content-visibility would be an alternative for virtual lists, but it doesn't seem to work very well?
- https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/template
- https://github.com/JLarky/lift-html/blob/main/packages/alien/mod.ts#L22
- https://github.com/CCherry07/alien-deepsignals
- https://github.com/stackblitz/alien-signals/tree/master?tab=readme-ov-file
- https://github.com/enhance-dev/enhance-element
[v4] Blur browser component #6
closed
opened by