Building React and ASP.NET Core Applications

Go to class
Write Review

Free Online Course: Building React and ASP.NET Core Applications provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 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 LinkedIn Learning. Building React and ASP.NET Core Applications is taught by Ervis Trupja.

Overview
  • Learn how to build full-stack React and ASP.NET Core applications.

Syllabus
  • Introduction

    • Getting started with React
    • What you should know
    1. Setting Up the App Infrastructure
    • Demo application overview
    • .NET Core templates
    • Create a new application
    • Web API architectural overview
    • React architectural overview
    2. Setting Up Web API
    • Creating data models
    • Creating mock services
    • Create API endpoint
    • Read API endpoint
    • Update API endpoint
    • Delete API endpoint
    • Testing API endpoints using Postman
    3. Getting Started with React
    • React key concepts
    • Designing the Trips page
    • Reading data from React
    • Designing the Create page
    • Adding new data from React
    • Challenge: Updating data from React
    • Solution: Updating data from React
    • Deleting data from React
    • Handling errors in React
    4. Implementing Redux to an Existing React App
    • Why Redux?
    • Redux actions
    • Redux store
    • Redux reducers
    • Connecting the dots
    5. Implementing Authentication in Your React App
    • Setting up Auth0
    • Setting up authentication in React
    • Final steps
    Conclusion
    • Where to go next