DEV Community

Discussion on: Organizing Your React App Into Modules

Collapse
 
jack profile image
Jack Williams • Edited

Thanks!

It isn't with this method. This method assumes full SPA with routing handled on the front-end.

The backend of my example app is actually ASP.NET Core. Some different things may have to happen with some kind of express or .net core server-side rendering / handling of routes.