From 92cbf4341ada9ea882275612c4f0ca551628fc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gangs=C3=B8?= Date: Tue, 7 May 2024 15:07:12 +0200 Subject: [PATCH] Update coding-guide.md --- docs/guides/coding-guide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/guides/coding-guide.md b/docs/guides/coding-guide.md index ecc5277..02b05ce 100644 --- a/docs/guides/coding-guide.md +++ b/docs/guides/coding-guide.md @@ -90,7 +90,9 @@ The [BCC Design System](https://github.com/bcc-code/bcc-design) consists of a se * **.Net 6+** is the preferred framework for developing web APIs. We also have projects using **Node JS** and **Go**. ### 3.3 App Development -* **Flutter** is the preferred framework for developing native apps. +* **Flutter** is the preferred framework for developing mobile apps that requires high performance custom UIs. +* **Capacitor /w Vue** is the preferred framework for developing mobile apps that doesn't require high performance custom UIs. Faster dev speed and is cross platform (web). +* **Electron** is the preferred framework for developing desktop apps. ### 4.4 Content Management * **WordPress** is the preferred content management system for building websites.