diff --git a/devdocs/tools.txt b/devdocs/tools.txt index cf0f11c2..8155f7a4 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -49,6 +49,12 @@ to be able to handle direct request and return the index.html instead if it look This page has a snippet showing routing handling at the server, seems to rely on identifying the url having no extension and simply returning index.htm instead https://www.c-sharpcorner.com/article/single-page-application-using-asp-net-core-angular/ +STATE = VUEX +=-=-=-=-=-=- +I'm convinced that a flux state library will be appropriate for RAVEN, mostly because several ui elements / modules will need to share the same data +and VUEX allows that easily, plus it's fairly straightforward to use. +Here is an example of how to structure a non trivial application with VUEX broken into modules: +https://vuex.vuejs.org/guide/structure.html