The NGRX official demo application keeps layout state in the store.
This Akita Article also keeps state like searchTerm
etc in the Akita EntityStore<Book>
.
Just curious whether there there are additional benefits to keeping user interface state in the store, instead of only in UI components?