From 891052b8508a6a11a96b1cfac9a0ae82faf0545c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 15 Oct 2018 22:42:28 +0000 Subject: [PATCH] --- devdocs/tools.txt | 6 ++++++ 1 file changed, 6 insertions(+) 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