flow type typings available for nextjs?
Unanswered
Champagne D’Argent posted this in #help-forum
Champagne D’ArgentOP
tsia
4 Replies
https://github.com/vercel/next.js/tree/canary/examples/with-flow
take a look of this example but its for page router
take a look of this example but its for page router
Champagne D’ArgentOP
thanks. I was hoping to use the app router. I should've specified that
yeah but I think you could follow the example to create the type for app router
Champagne D’ArgentOP
thanks. I'll look into that