What is the best way to structure the project?
Where server actions should be placed?
Where data fetching should be placed?
I want to seperate server actions (mutations) and data fetches
I saw on other forums that server actions and data fetches should be placed in the /app folder, is this true?
Let's say I have a folder called actions in the app folder, and a data folder, doesn't it affect the routing as it is placed in the app folder?
I would genuinely like to know the best practices.
Thanks! 🙂
