idyll-lang/idyll

Intelligent hot reloading

Open

#639 aberto em 14 de mai. de 2020

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (97 forks)batch import
CLIhelp wanted

Métricas do repositório

Stars
 (1.977 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

Is your feature request related to a problem? Please describe. If you are editing text or components, idyll should be able to intelligently re-render a new AST as opposed to reloading the entire page.

Describe the solution you'd like Instead of using "live reload", we should just send a new AST to the client and have it rerender that.

Guia do colaborador