From 874be904d2207c84a722951f8745bf0e1f291c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20=C3=85lund?= Date: Tue, 21 Apr 2020 15:31:01 +0200 Subject: [PATCH] Add TypeScript question to FAQ (#608) --- docs/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index cbe1b8ab2b..f33b4b9dac 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -1,5 +1,11 @@ # FAQ +## Do I have to write plugins in TypeScript? + +No, you can use JavaScript if you prefer. + +We want to keep the Backstage core APIs in TypeScript, but don't force it on individual plugins. + ## Q: Why Material-UI? The short answer is that it's what we've been using in Backstage internally.