Reactjs – How to properly use API calls for a id based Dashboard?
I work on a order based overview based on the ID. My structure looks like this app | page.tsx | layout.tsx | [id] | | layout.tsx | | dashboard | | | page.tsx | | purchases | | |... |…