From 980ff41494a05cff6e3198b9a5e2516b323b875c Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 27 Nov 2019 00:03:00 +0100 Subject: [PATCH] docs: new lines --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eea5c52ac..790d32447 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,11 @@ There are the core principles that I try to achieve with this experiment: A few notes about the project and possible questions: **Q**: _Does this replace Vuex, is it its successor?_ + **A**: No, or at least that's not the main intention **Q**: _What about dynamic modules?_ + **A**: Dynamic modules are not type safe, so instead [we allow creating different stores](#composing-stores) that can be imported anywhere ## Roadmap / Ideas