Questions tagged [akita]

Akita is a state management pattern, built on top of RxJS, which takes the idea of multiple data stores from Flux and the immutable updates from Redux, along with the concept of streaming data, to create the Observable Data Stores model.

Akita is a state management pattern, built on top of RxJS, which takes the idea of multiple data stores from Flux and the immutable updates from Redux, along with the concept of streaming data, to create the Observable Data Stores model.

Akita encourages simplicity. It saves you the hassle of creating boilerplate code and gives powerful tools with a moderate learning curve, suitable for both experienced and inexperienced developers alike.

46 questions
-1
votes
1 answer

Angular async pipe displays only the first element of array

I have an array of strings that i get as a value from an observable. In the view I am trying to display the values with async pipe. the template displays only the value of the last item and multiplies it in the number of recieved objects. When I log…
kifka
  • 96
  • 1
  • 9
1 2 3
4