ReactSprint 1successCompiled Learning ObjectivesWhat is React PrepFind the docsDescribe the key principles of ReactComponents PrepWrite your first React componentImporting and Exporting PrepExport a React componentImport a React componentJSX syntactic sugar PrepDisplay information with JSXEmbedding JavaScript PrepEmbed JavaScript in JSXDynamically specify values in JSXCall a JavaScript function inside JSX with curly bracesProps PrepPass props to a componentRead props from a componentRendering PrepUse map() with React to transform an array of data into an array of components.Keys PrepExplain why React needs keysPrep Resilience PrepDescribe three ways to build resilienceResilience Day PlanDescribe 2 methods to improve resiliencePokedex Workshop Day PlanBuild basic React componentsPass data between components using propsRender lists in React and use keys properlySplit code into separate files and import/export componentsTeam Project Day PlanWork in a team to build a React app