The App which demonstrates a cases of performance degradation and the ways of how performance can be improved.
Start UI:
npm run start
Start Backend:
ng serve backend
[CASES:TODO] rendering optimization
[CASES:TODO] run outside
[CASES:TODO] run webworkers
[CASES:TODO] throttle/debounce?
[SETUP:DONE] implement basic infrastructure
[SETUP:DONE] implement backend websocket connection
[SETUP:DONE] fetch and show basic data
[SETUP:DONE] live updates, details component
[CASES:DONE] memory leak
[CASES:DONE] memoization