Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Ngrx or any other suitable data store #135

Open
arpansac opened this issue Feb 15, 2021 · 1 comment
Open

Implement Ngrx or any other suitable data store #135

arpansac opened this issue Feb 15, 2021 · 1 comment

Comments

@arpansac
Copy link
Contributor

🚀 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:

  • Which data store to use
  • What benefits will it provide
@KaranPal130
Copy link

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.

Adding the link for you convenience (https://www.ngxs.io/)
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants