Elf in an Angular application #44
-
First of all, I want to say I'm enthusiastic about this library and the direction is heading. It feels much more natural to configure a store through composable functions rather than the base class approach used in Akita. I am trying to wrap my head around a couple details while trying it out in an Angular application that currently uses Akita as its Redux store. It's very appealing to define a repository module that exports the functions to get and set state. I am struggling with finding the correct approach to unit test consumers of this module, though. Is the intent to wrap it all up in a My other question is a little more specific to our application. We are creating a PWA where our Redux stores are persisted to local storage for offline functionality. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I found the answer to my first question through the power of … reading. :) It was in the README. I will mark this as answered and open a discussion specifically around cross-instance persistence. |
Beta Was this translation helpful? Give feedback.
I found the answer to my first question through the power of … reading. :) It was in the README.
I will mark this as answered and open a discussion specifically around cross-instance persistence.