Here we will be learning aspects of web apps when we are working on large apps on productions, basically scaling applications where we have different features in a single web app, so we need different routes, we need different states which may/may not be dependent on each other. We will also learn things required from a security point of view.
We will also learn the use case of SSR and the benefits of using SSR to pre-populate data on the server-side.