Slide 23
Slide 23 text
Why is more JS a problem?
23
On a server, we can write logs and catch and collect exceptions. This is
also possible on the client, but is much more complex and error-prone.
JavaScript processing is slow. JavaScript is mostly executed in a single
thread. If we execute a lot of business logic, we block the thread.
Everyone has JS, right?
JS is less resilient than HTML & CSS, while the browser is a pretty hostile
environment.