From a3cf4edf36bf6eb12d7b0b8462086656c59a46ff Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 10 Feb 2023 02:00:00 +0000 Subject: [PATCH] more --- beta/src/components/Layout/HomeContent.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/beta/src/components/Layout/HomeContent.js b/beta/src/components/Layout/HomeContent.js index 34d67890c..ba65105d7 100644 --- a/beta/src/components/Layout/HomeContent.js +++ b/beta/src/components/Layout/HomeContent.js @@ -510,6 +510,24 @@ function Example3() { speakers: ['https://i.imgur.com/IasQNDL.jpg'], }, }, + { + id: 5, + title: 'React without memo', + description: 'Xuan Huang (黄玄)', + url: 'https://www.youtube.com/watch?v=lGEMwh32soc&list=PLNG_1j3cPCaZZ7etkzWA7JfdmKWT0pMsa&index=6', + image: { + speakers: ['https://i.imgur.com/Zloqi0V.jpg'], + }, + }, + { + id: 6, + title: 'React Docs Keynote', + description: 'Rachel Nabors', + url: 'https://www.youtube.com/watch?v=mneDaMYOKP8&list=PLNG_1j3cPCaZZ7etkzWA7JfdmKWT0pMsa&index=7', + image: { + speakers: ['https://i.imgur.com/NkwwAZF.png'], + }, + }, ]; return (