skeleton-server-render icon indicating copy to clipboard operation
skeleton-server-render copied to clipboard

Optimized Client Continue

Open EisenbergEffect opened this issue 6 years ago • 0 comments

We'll want to look for ways to optimize the client-side continuation code. Instead of regenerating the entire app on the client, we should look to build something similar to Aurelia's progressive enhancement capability, that rather than creating DOM, uses the DOM that is already present. It's more complex than enhance though, since binding has already taken place, repeaters have already rendered, etc. We just need to connect up component classes and bindings and "continue" from that point on.

EisenbergEffect avatar Mar 11 '18 22:03 EisenbergEffect