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.
How to send hidden data in a URL in NextJs13
I’m trying to send some hidden data in a url redirect in NextJs 13.
i’m using next router like this
this is my actual url
let url =
/blog/view/${BlogType}/${blogId}“