Use animation frame instead of globaltick event
Abierto
documentation
- Lenguaje dominante
- Elm
- Estrellas
- 352
- Forks
- 41
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Investigate if it's easier, better and possible to rely in requestAnimationFrame instead of the globaltick event. The latter one relies in diffing the virtual dom, and I'm not sure how scalable that is.
The intend is to use the [Elm's animation-frame](https://package.elm-lang.org/packages/elm-lang/animation-frame/latest) package.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.