Currently it doesn't explain what Component and Container do, and what props they take, if any.
馃憤
Has there been any progress on this? I don't see a good explanation here: https://github.com/zeit/next.js/#custom-app
any update to this?
Any news?
It's been more than a one year, would you mind adding an explanation? thanks!
It looks like <Container/>
is now deprecated: https://github.com/zeit/next.js/blob/cffa2e3f2165b58b77fb354d3f74a4ac8222b68f/packages/next/pages/_app.tsx#L60
Im starting to learn react and next. And I am also curios about this. I hope this gets updated.
Thanks!
It use to handle scrolling to hashes. This has been moved up the tree meaning
https://github.com/zeit/next.js/blob/master/errors/app-container-deprecated.md
Only the Component part is still relevant.
Component
is the page componentpageProps
are the properties for the page component@lfades already got this covered in his docs updates that will be out soon.
Most helpful comment
Has there been any progress on this? I don't see a good explanation here: https://github.com/zeit/next.js/#custom-app