From 5f8bb41f320f016e3f85ab8720bf46c9b66c92fc Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Wed, 19 Jun 2024 14:24:06 -0600 Subject: [PATCH] add link to talks as pre-workshop resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 08cee97..a9fa670 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ Here are some resources you can read before taking the workshop to get you up to speed on some of the tools and concepts we'll be covering: +- ["Mind The Gap" by Ryan Florence at Big Sky Dev Con 2024](https://www.youtube.com/watch?v=zqhE-CepH2g) +- [React for Two Computers - Dan Abramov at React Conf 2024](https://www.youtube.com/watch?v=wcj5LSVcxJc) - [Introducing Zero-Bundle-Size React Server Components](https://react.dev/blog/2020/12/21/data-fetching-with-react-server-components) - [React Server Components RFC](https://github.com/reactjs/rfcs/pull/188) - ["React from Another Dimension" by Dan Abramov at Remix Conf 2023](https://www.youtube.com/watch?v=zMf_xeGPn6s)