React Fundamentals

Go to class
Write Review

Free Online Course: React Fundamentals provided by Pluralsight is a comprehensive online course, which lasts for 4-5 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. React Fundamentals is taught by Liam McLennan.

Overview
  • This course will teach you how to construct React applications that are simple and easy to maintain.

    The web has become the dominant programming model of our time, but building rich web applications can become extremely complicated. In this course, React Fundamentals, you will learn foundational knowledge of React. First, you will learn how to structure an application out of components and how to build those components with React. Next, you will discover JSX syntax and how to use it to connect React components together. Finally, you will explore application state management with Redux. When you are finished with this course, you will have the skills and knowledge of React needed to build your own complete web applications.

    Topics:

    • Course Overview
    • Introducing React
    • Components
    • JSX
    • Events
    • Forms
    • State