React with .NET Web API – Basic App Tutorial

Learn how to create a basic React application that leverages a .NET Web API Component (that we write using C#). In order to integrate React with a .NET Web API component we utilise the 'ASP.NET Core with React.js' project template from within the free version of Visual Studio 2022 (the community edition). The App that we build enables users to rank items by dragging and dropping the items (displayed in a list) to a cell position on the ranking grid (the grid is positioned above the list of relevant items). Each cell position on the grid denotes a ranking value for e.g. the top left cell is position number 1, denoting the top ranked item, the cell positioned to the immediate right of this cell denotes the 2nd ranked item and so on...the bottom right cell denotes the worst possible ranking position. So this is a fun app to code that will give a learner an insight into how to build a simple app using React on the front-end that leverages a .NET Web API component on the backend. ⚙️ Code: https://github.com/GavinLonDigital/RankingApp ✏️ Gavin Lon created this tutorial. Check out his channel: @GavinLon ❤️ Try interactive React courses we love, right in your browser: https://scrimba.

Free1 lesson1h 35mBeginner

by freeCodeCamp.org

January 2023

Checked 5 days ago

Free

This course is free and published on YouTube. The channel is its author; we organise it and check that the videos still play.

Start the course

Explore related topics

This course includes

  • 1h 35m of video
  • 1 lessons
  • Level: Beginner
  • Spoken in English
  • Your place is remembered
  • Free in full, no card

Lessons

1 sections · 1 lesson · 1h 35m total length

What you need

  • No prior experience: this course starts from zero.

Description

Learn how to create a basic React application that leverages a .NET Web API Component (that we write using C#). In order to integrate React with a .NET Web API component we utilise the 'ASP.NET Core with React.js' project template from within the free version of Visual Studio 2022 (the community edition). The App that we build enables users to rank items by dragging and dropping the items (displayed in a list) to a cell position on the ranking grid (the grid is positioned above the list of relevant items). Each cell position on the grid denotes a ranking value for e.g. the top left cell is position number 1, denoting the top ranked item, the cell positioned to the immediate right of this cell denotes the 2nd ranked item and so on...the bottom right cell denotes the worst possible ranking position. So this is a fun app to code that will give a learner an insight into how to build a simple app using React on the front-end that leverages a .NET Web API component on the backend. ⚙️ Code: https://github.com/GavinLonDigital/RankingApp ✏️ Gavin Lon created this tutorial. Check out his channel: @GavinLon ❤️ Try interactive React courses we love, right in your browser: https://scrimba.

Who this course is for

  • Anyone starting React from nothing.

Those two are our reading of the course's level. The description is the author's own.

React with .NET Web API – Basic App Tutorial, by freeCodeCamp.org