5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     Full Stack Development     User Interaction Technologies

React is a framework used to create dynamic web pages and is powered by Javascript. In this 13-video course, you will learn how to install and configure ReactJS, how components form the basis of a React application, and how to build and organize components. Key concepts covered in this course include how to install ReactJS and use create-react-app; add a simple component; configure a component for props and state; and convert a functional component to use classes. You will learn to pass data back and forth between apps and the main component; install a React router; and consolidate parts into a whole page. Next, see how to integrate existing HTML into ReactJS components; explore routing and linking of components; and add HTML to existing components; render data from an API call. Finally, learn to organize components for future scaling; link the various components; add and configure a new component; configure a form to post data; and how to access an external API in order to get and post data.



Objectives

FSD Front-End Development: UI Development with ReactJS

  • discover the key concepts covered in this course
  • install ReactJS and use create-react-app
  • add a simple component
  • configure a component for props and state
  • convert a functional component to use classes
  • install a React router
  • consolidate parts into a whole page
  • add HTML to existing components
  • render data from an API call
  • organize components for future scaling
  • link the various components
  • configure a form to post data
  • add and configure a new component