aspnetcore/src/Components/Browser.JS/tests
Javier Calvarro Nelson 8499a27c7f
[Components] Relayer + Robust reconnect (#8911)
* [MVC][Components] Prerendering + Robust reconnect
* Relayers prerendering support on a separate package on top of MVC and
  components.
* Implements robust reconects with acknowledgements from the client.
* Improves interactive prerendering with the ability to reconnect to
  prerendered components.
* Removes the need to register components statically when prerendering
  them.
* Removes the need of using an element selector when prerendering an
  interactive component.
* Updates the templates to use the new fallback routing pattern and
  reenables the components test.
* Adds eslint to the Typescript project to help maintain a consistent
  style.
* Adds logging to support better debugging based on the pattern used by
  signalr.
* Fixes exception handling on the server to always report exceptions correctly to the client.
2019-04-02 19:17:03 +02:00
..
AutoReconnectCircuitHandler.test.ts [Components] Relayer + Robust reconnect (#8911) 2019-04-02 19:17:03 +02:00
CircuitManager.test.ts [Components] Relayer + Robust reconnect (#8911) 2019-04-02 19:17:03 +02:00
DefaultReconnectDisplay.test.ts Client reconnects when state's available on the server (#7395) 2019-03-04 17:27:51 -08:00
RenderQueue.test.ts [Components] Relayer + Robust reconnect (#8911) 2019-04-02 19:17:03 +02:00
tsconfig.json [Components] Relayer + Robust reconnect (#8911) 2019-04-02 19:17:03 +02:00