How can I load my WordPress into a React (Next.js) component. Not page but component, because I would use the menu of the page.
I found many solution for the opposite way, React -> WordPress, but here I need Wordpress -> React.
Do I need here a headless WordPress with React?
As I understand headless CMS will use WordPress data / BE, but a custom FE can be created for data fetched data.
BUT! I would not write my own FrontEnd, I would use the WordPress one.