ReactSprint 1successCompiled Learning ObjectivesWhat is React (Prep)Find the docsDescribe the key principles of ReactComponents (Prep)Write your first React componentImporting and Exporting (Prep)Export a React componentImport a React componentJSX syntactic sugar (Prep)Display information with JSXEmbedding JavaScript (Prep)Embed JavaScript in JSXDynamically specify values in JSXCall a JavaScript function inside JSX with curly bracesProps (Prep)Pass props to a componentRead props from a componentRendering (Prep)Use map() with React to transform an array of data into an array of components.Keys (Prep)Explain why React needs keysPrep Resilience (Prep)Describe three ways to build resilienceResilience (Day Plan)Describe 2 methods to improve resiliencePokedex Workshop (Day Plan)Build 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 Plan)Work in a team to build a React app