# Is Aurelia Store production ready?

**URL:** https://discourse.aurelia.io/t/is-aurelia-store-production-ready/2997
**Category:** Framework Knowledge
**Created:** [October 16, 2019, 1:29pm UTC](https://discourse.aurelia.io/t/is-aurelia-store-production-ready/2997 "2019-10-16T13:29:21Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Lloyc](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/lloyc/32/1640_2.png) [@Lloyc](https://discourse.aurelia.io/u/Lloyc)
#### Post date: [October 16, 2019, 1:29pm UTC](https://discourse.aurelia.io/t/is-aurelia-store-production-ready/2997/1 "2019-10-16T13:29:21Z")

</div>

Hi,

This question can be a bit dummy but i’m starting to implement State Management in my App using Aurelia. I was just wondering if the Aurelia Store is now production ready or I should use more mature libraries like Redux or MobX. I just read an old article about it that’s why I’m asking this here: [https://medium.com/@fedoranimus/experiences-with-aurelia-store-d8885c10aacc](https://medium.com/@fedoranimus/experiences-with-aurelia-store-d8885c10aacc)

Thank you!

---

<div class="post-metadata">

### Author: ![zewa666](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/zewa666/32/19_2.png) [@zewa666](https://discourse.aurelia.io/u/zewa666)
#### Post date: [October 16, 2019, 4:47pm UTC](https://discourse.aurelia.io/t/is-aurelia-store-production-ready/2997/2 "2019-10-16T16:47:19Z")

</div>

I would say its definitely production ready, given we had no Bugs reported for quite a while and its in use even in massive apps like [this one](http://webtestit.com)

---

<div class="post-metadata">

### Author: ![Alfhir](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/alfhir/32/1510_2.png) [@Alfhir](https://discourse.aurelia.io/u/Alfhir)
#### Post date: [October 16, 2019, 6:03pm UTC](https://discourse.aurelia.io/t/is-aurelia-store-production-ready/2997/3 "2019-10-16T18:03:25Z")

</div>

Hello Lloyc,

and welcome to the forum. Unfortunately I cannot contribute to your question, but i’d like to point to zewa666’s [store-examples](https://github.com/zewa666/aurelia-store-examples).

---

<div class="post-metadata">

### Author: ![Lloyc](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.aurelia.io/lloyc/32/1640_2.png) [@Lloyc](https://discourse.aurelia.io/u/Lloyc)
#### Post date: [October 16, 2019, 6:26pm UTC](https://discourse.aurelia.io/t/is-aurelia-store-production-ready/2997/4 "2019-10-16T18:26:27Z")

</div>

@Alfhir Thank you! It is a very good starting point. I’ll take a look for sure.
