From a808607805dbe3bbb126c03ada814d0f7829e18a Mon Sep 17 00:00:00 2001 From: Steve Kinney Date: Wed, 29 May 2019 09:04:49 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e06ca2e..0df21a7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Make sure to run `npm install` in each repository. - [Tweet Stream](https://github.com/stevekinney/tweet-stream-react) - [Star Wars Autocomplete](https://github.com/stevekinney/star-wars-autocomplete) - [Jetsetter](https://github.com/stevekinney/jetsetter-two) +- [Redux Counter](https://github.com/stevekinney/redux-counter) +- [MobX Counter](https://github.com/stevekinney/mobx-counter) ## RunKit Notebooks @@ -56,6 +58,7 @@ We'll be using the following APIs in this workshop: - [Asynchronous State (with Hooks)](https://codesandbox.io/s/zx54l1kzpl) - [Basic MobX](https://codesandbox.io/s/k5nrxyowk3) - [Basic MobX (with Object Literal)](https://codesandbox.io/s/olpnq8ykz9) +- [Fundamental MobX (Boilerplate)[https://codesandbox.io/s/mobx-boilerplate-us7wo] - [Fundamental MobX](https://codesandbox.io/s/j2vlnovo05) - [Fundamental MobX (with Decorators)](https://codesandbox.io/s/m5po6p0jr8) - [Tweet Stream (Boilerplate)](https://codesandbox.io/s/70mdp) From 24cb4cf22625b997893ee74ff4dd1a2faaa642eb Mon Sep 17 00:00:00 2001 From: Steve Kinney Date: Wed, 29 May 2019 09:05:15 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0df21a7..bcc2b1f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ We'll be using the following APIs in this workshop: - [Asynchronous State (with Hooks)](https://codesandbox.io/s/zx54l1kzpl) - [Basic MobX](https://codesandbox.io/s/k5nrxyowk3) - [Basic MobX (with Object Literal)](https://codesandbox.io/s/olpnq8ykz9) -- [Fundamental MobX (Boilerplate)[https://codesandbox.io/s/mobx-boilerplate-us7wo] +- [Fundamental MobX (Boilerplate)](https://codesandbox.io/s/mobx-boilerplate-us7wo) - [Fundamental MobX](https://codesandbox.io/s/j2vlnovo05) - [Fundamental MobX (with Decorators)](https://codesandbox.io/s/m5po6p0jr8) - [Tweet Stream (Boilerplate)](https://codesandbox.io/s/70mdp) From 2aa02e7dc7cd95b9aa5264908a0543afc400ce4f Mon Sep 17 00:00:00 2001 From: Dustin Tauer Date: Fri, 1 Mar 2024 15:01:54 -0600 Subject: [PATCH 3/3] added link to updated course --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bcc2b1f..5d0e0ac 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +> [!NOTE] +> This repo is from an archived version of the course. Watch the latest version of the course on [frontendmasters.com](https://frontendmasters.com/courses/react-performance/). + # React State, Redux, and MobX Here is everything you need to get rocking and rolling for the React State and Redux & MobX workshops. Make sure you give each repository a fresh `git pull` in the morning—just in case!