From 98df7d5989c0cb1368320a7340eb0448a01432e9 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Wed, 24 Apr 2019 23:16:14 -0400 Subject: [PATCH] Common questions --- docs/latest/advanced/architecture.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/latest/advanced/architecture.md b/docs/latest/advanced/architecture.md index 2553dbde8..54facab24 100644 --- a/docs/latest/advanced/architecture.md +++ b/docs/latest/advanced/architecture.md @@ -23,4 +23,10 @@ rendering logic. While we use it to power our React Viewer, it can be used with ![Architecture Diagram](../assets/img/architecture-diagram.png) -
architecture diagram
\ No newline at end of file +
architecture diagram
+ +## Common Questions + +> 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