While looking for a new website layout, I found a very nice template that I can buy. The template is using React + Next.js. However, I want to use another language to generate HTML which is not React.
Is there a way to 'export' a React page into static HTML + CSS + JS? Then, I would to able to use the rendered HTML template for the programming language of my choice. Unfortunately, I was only able to find tutorials for the inverse way.
The React template has like 20 pages with different components. I'm not sure how this will affect the answer.