Search⌘ K

Summary: Decoupled React and ASP.NET App

Explore setting up a decoupled React frontend and ASP.NET Core backend for a Q&A app. Understand how to configure TypeScript, ESLint, and Prettier to improve code quality and development workflow across two separate projects.

We'll cover the following...

Wrap up

In this chapter, we created our projects for the “Q&A” app that we are going to build throughout this course. We created the backend using the Web ...

...