Reactjs – How can I pass props (or something similar) to {children} of RootLayout in next js using app router?
Just for reference, I am creating a shopping cart for an e-commerce website following an old tutorial and updating it to Next.js 13+ as I code. In the previous version of the tutorial, the _app.ts file was using page routing.…