DEV Community

Oğuzhan Ağır
Oğuzhan Ağır

Posted on

An ASP.NET Core + React Template Worth Reviewing

For those looking for an example of how a starting structure can be set up for ASP.NET Core + React, sharing this as a reference.

There is a React based UI on the ASP.NET Zero side. It makes it possible to see how concerns such as login, authorization, tenant separation, basic administration pages, and localization are handled on the React side.

On the frontend, Vite, Ant Design, Redux Toolkit, and TypeScript are used. The backend follows a familiar ASP.NET Core structure.

For those who want to take a closer look, the article is here:
https://aspnetzero.com/blog/react-ui-has-arrived-in-aspnet-zero

Top comments (0)