You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the only feature I can think of that's stopping me from using dhow right now, and I'm willing to take a stab at implementing it. Will probably submit a PR either later today or tomorrow.
The text was updated successfully, but these errors were encountered:
Nevermind, I am so used to working with React and Next.js that I forgot that there is basically no difference between _document.js and _app.js in the given context.
Since
_document.js
is already a thing, why not take more inspiration from Next.js?The default
App
would be something likewhere
props
is the result of thegetProps
function that a page can optionally export.Custom
App
s would allow for things likeThis is the only feature I can think of that's stopping me from using
dhow
right now, and I'm willing to take a stab at implementing it. Will probably submit a PR either later today or tomorrow.The text was updated successfully, but these errors were encountered: