Next.js _document and _app

_document.jsx - rendered on the server, not called by the client. Good for <head> etc.

_app.jsx - rendered by the client, manage state here