Reduce the size of Angular 7 app's NGRX store

485 views Asked by At

I have an angular 7 application which uses NGRX store. The application has 20 modules with Search page & CRUD pages. The modules are lazy-loaded. The NGRX state holds the data that is displayed/entered in the page. As the user visits multiple pages in multiple modules, the size of the NRGX store keeps increasing.

I would like to know if there are any techniques on how to handle the size of NGRX store efficiently so as to maintain the size of store to an optimum limit.

Would like to hear all possible options for this.

0

There are 0 answers