Nextjs state not updating on route change – Reactjs
I know there's a lot of questions in the same topic. I've been reading for about 2 days about this and i cant make it work. So my situation is this: I have several dynamic routes in my Nextjs app…
I know there's a lot of questions in the same topic. I've been reading for about 2 days about this and i cant make it work. So my situation is this: I have several dynamic routes in my Nextjs app…
I have seen Next JS API feature, it provides you the API folder where you can create API for frontend. But I am still confuse about few things. Does it replace the need of backend e.g database and file handling…