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 (