ngrx / store

RxJS powered state management for Angular applications, inspired by Redux
MIT License
3.9k stars 311 forks source link

ngx-store memory usage (NOT AN ISSUE) #460

Closed stherrienaspnet closed 7 years ago

stherrienaspnet commented 7 years ago

Hello, I intend to use ngrx-store to display realtime and historical data but also to provide to user many configuration pages. Since I'm really limited in memory (lesss than 500 mb) will the store contain all the data and continu to grow with the time? Or it will just contain minimal information like event information? Just wondering if ngrx-store will contain with the time same amount of data comming from my data source who is mongodb. Thanks for your time

stherrienaspnet commented 7 years ago

Asked on stackoverflow instead