DEV Community

Discussion on: Organizing Your React App Into Modules

Collapse
 
honlordbyronmartinez profile image
Byron Martinez • Edited

You are king my friend.

It took me 4 hours to find this ......but lordy am i happy.

Question: I see alot of people doing routes on the backend with Express, are you saying that is not necessary with this method?

Thank you!

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.