Upgrading the .NET Core 3.0 React SPA Template Frontend to Celery Architecture with Hooks
Previous Post in Series: Upgrading the .NET Core 3.0 React SPA Template to Celery Architecture
In the previous post, we refactored the backend of the template application into a "Celery" (or "Vertical Slice") architecture with feature folders. For the frontend single-page application (SPA), we'll refactor in a few simple ways.
This post assumes you are familiar with the basics of React and can follow along. If this isn't the case, you should run through some of the tutorial materials first. The ones on the React site are a great starting point to get you moving, and you can probably follow along by reading my code in GitHub as well.