Prototype the frontendIn this module...PrerequisitesSpin up a new React.js and ASP.NET Core projectCore Concept - dotnet newCore Concept - Why do I need node.js to work with React?Requirement - That elusive first featureBuild a product list using ReactCore Concept - JSXRequirement - Show product detailsShow product detailsCore Concept - React StateRequirement - Link to those product detailsLink Product List to DetailsCore Concept - PropsFix that pesky dev tools "Keys" console warningCore Concept - Imports and ExportsRefactor the product list into its own componentCore Concept - Two types of React componentPractice Feature - Refactor Product Cards out from the listCore Concept - De-composing user interfaces using React.js