Last updated: Apr 27, 2022

Scaling Up

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.
VueJs-Routing
In this blog, we will learn about routing in vue js and setting up the router.
State Management in Vuejs
In this blog, we will learn about state management in Vuejs, Vuex, and state management patterns.
Security in Vue
In this blog, we will learn the various security best practices in Vue, potential threats, and how to deal with them.