From 2029320a0b4494abab7a8f795cdadadb110a2e65 Mon Sep 17 00:00:00 2001 From: Mark Erikson Date: Mon, 3 Jul 2017 18:55:04 -0400 Subject: [PATCH] Fix "Cartoon Intro to Fiber" link --- react-implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-implementation.md b/react-implementation.md index ada3ca1..a2a2b29 100644 --- a/react-implementation.md +++ b/react-implementation.md @@ -186,7 +186,7 @@ Kent C Dodds interviews Dan Abramov and Andrew Clark about what React Fiber is intended to do, how it works, and what it means for the React codebase. - **ReactConf 2017: A Cartoon Intro to Fiber** - https://www.youtube.com/playlist?list=PLb0IAmt7-GS3fZ46IGFirdqKTIxlws7e0 + https://youtu.be/ZCuYPiUIONs A fantastic presentation by Lin Clark, explaining the core concepts and implementation of React Fiber with cartoon illustrations. - **React Fiber: A Closer Look at the New Engine of React**