From 9e65dc176a2150182016c63efed8cbabd3964f27 Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Sun, 9 Mar 2025 22:51:03 +1030 Subject: [PATCH] Update overview --- docs/programming/web/tech-stack/overview.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/programming/web/tech-stack/overview.md b/docs/programming/web/tech-stack/overview.md index c14ecf8..035682c 100644 --- a/docs/programming/web/tech-stack/overview.md +++ b/docs/programming/web/tech-stack/overview.md @@ -1,6 +1,6 @@ # My web tech stack -## Frontend (client side, in the browser) +## Frontend ### UI development @@ -15,6 +15,11 @@ - Apply Human-Centred Design. - Create static mockups in Inkscape. +### Single-page applications (SPAs) + +- React (functional components) + - Redux + ## Backend ### Databases