I have a project with create-react-app where I do all project routes with react-router-dom (since the examples with react-router are no longer updated). I need to use data from a DB in MSSQL and I am using superagent to fetch the data using url type GET.
Does anyone have an example in which express can be used, next to the app with create-react-app and that is using react-router-dom?
Or is there a way to bring the data without using url as with superagent?