#Where should I place getStaticProps()?
12 messages · Page 1 of 1 (latest)
My Menu is in a Layout component, I can't use getStatic inside _app I saw.
That looks strange to paste my fetch in all pages
Yes, this is currently what I would call an issue from the design of the framework (they re working on an RFC for all the latout stuff). Data is only passed through pages, but you can still access it inside _app if you will, or just get back to client side rendering
What do you need to know in the layout