From dadff21341b69e68b8726b529df0bf954cedc694 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 25 Sep 2024 19:33:28 +0100 Subject: [PATCH] Should I learn React? --- source/_zets/26.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/_zets/26.md diff --git a/source/_zets/26.md b/source/_zets/26.md new file mode 100644 index 0000000..1b169b7 --- /dev/null +++ b/source/_zets/26.md @@ -0,0 +1,11 @@ +--- +title: Should I learn React? +date: 2024-09-25 19:33:28 +tags: [React, JavaScript, Web Development] +--- + +I've usually used Vue.js or, more recently, Stimulus when I write JavaScript. + +I'm familiar with JSX from using Astro for a previous version of my website and have experimented with Next.js, but haven't really learned React properly - but maybe I should. + +School of Code - the bootcamp I mentor for - teach React and Drupal's new Experience Builder is written with React, so maybe now is the time.