From f48ab739aa0bfcdd8c2e0633013f1ae2f5ec913b Mon Sep 17 00:00:00 2001 From: Jeremy Wells Date: Fri, 11 Aug 2023 16:31:44 +1200 Subject: [PATCH] Add React MVC talk by jemmyw (#17) This will be a presentation with examples and a working code repository that can be checked out to give it a spin. --- index.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a7d2901..1b70eb2 100644 --- a/index.html +++ b/index.html @@ -156,7 +156,23 @@

Current Schedule (with more coming)

- + +
+
+

+

MVC for React
+ - jemmyw +

+
+ +
+

+ React state management from Aha! inspired by Rails and age old + MVC principles. A state library with a touch of magic for the + pragmatic programmer. +

+
+