- Brief overview of useful data structures. - Emphasize what React Fiber is and why we need it. - Talk about how React associates updates and hooks with particular functional components. - Look at the React "workLoop". -Show what's happening when we update the state under the hood. - Find out what "React Lane" is? And which role it plays in scheduling. - See some practical tricks that React uses in task batching and scheduling. - With the knowledge we have try to understand how new concurrent features work