Front-end routing or back-end routing problem

novice questions

I use React in front end and have mssql database in the background. One is
(create-react-app) react+ ajax + nodejs + react router + DB
the other is
(create-react-app) react+ ajax + nodejs + express + DB

the second is OK. I"m not sure about the first. Is there a big difference between the two?

Apr.11,2021

what type of project to do
the first is the spa bar
the second server rendering

Menu