Relative Content

Tag Archive for reactjsnext.js13

Next Js solely for api calls

I have a react front end and a .net backend. I want to use next js for data fetching and updating between the front end and backend. Is this a good practice. Are there any advantages to doing this? And if so how should I get started. I am pretty new to Next js.