You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to implement a data store to solve the purpose of client side caching (we could utilize other benefits of a store too, but right now the priority is to cache the data instead of repeated ajax requests)
Motivation
We have a tonne of interfaces which define the data model structures, it's high time we start working storing this hierarchy on the front end
Pitch
Will improve the user experience a lot.
Brainstorming needed on:
Which data store to use
What benefits will it provide
The text was updated successfully, but these errors were encountered:
Hi @arpansac I would suggest, Implementing a data store like NGXS would be great, NGXS is a powerful state management solution for Angular that offers simplicity, dependency injection, asynchronous actions, community support, and a single source of truth. Its CQRS pattern and TypeScript features make it a great choice for managing complex state in your Angular apps.
🚀 Feature
We want to implement a data store to solve the purpose of client side caching (we could utilize other benefits of a store too, but right now the priority is to cache the data instead of repeated ajax requests)
Motivation
We have a tonne of interfaces which define the data model structures, it's high time we start working storing this hierarchy on the front end
Pitch
Will improve the user experience a lot.
Brainstorming needed on:
The text was updated successfully, but these errors were encountered: