ReactSprint 1β successCompiled Learning ObjectivesWhat is ReactFind the docsDescribe the key principles of ReactComponentsWrite your first React componentImporting and ExportingExport a React componentImport a React componentJSX syntactic sugarDisplay information with JSXEmbedding JavaScriptEmbed JavaScript in JSXDynamically specify values in JSXCall a JavaScript function inside JSX with curly bracesPropsPass props to a componentRead props from a componentRenderingUse map() with React to transform an array of data into an array of components.KeysExplain why React needs keysPrep ResilienceDescribe three ways to build resilienceResilienceDescribe 2 methods to improve resiliencePokedex WorkshopBuild basic React componentsPass data between components using propsRender lists in React and use keys properlySplit code into separate files and import/export componentsTeam ProjectWork in a team to build a React app