From d062efdc820782dd91e987f144915eb81e8a5e78 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 24 Apr 2019 23:39:56 -0400 Subject: [PATCH] Stubbed common question --- docs/latest/advanced/architecture.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/latest/advanced/architecture.md b/docs/latest/advanced/architecture.md index fd4391bad..9cfeca5b7 100644 --- a/docs/latest/advanced/architecture.md +++ b/docs/latest/advanced/architecture.md @@ -53,6 +53,10 @@ This diagram is a conceptual illustration of how the Viewer is architected. ## Common Questions +> When should I use the packaged source `ohif-viewer` versus building a PWA from the source? + +... + > Can I create my own Viewer using Vue.js or Angular.js? You can, but you will not be able to leverage as much of the existing code and components. `ohif-core` could still be used for business logic, and to provide a model for extensions. `react-viewerbase` would then become a guide for the components you would need to recreate. \ No newline at end of file