Hello, there are amazing html pre built pages that are not available in react. How hard is for me to be able to use some of those pages as foundation for my development in react?
Hi,
The level of complexity in integrating a specific page into your React application will vary, it depends on the page you are trying to integrate. The HTML version of the page includes the corresponding source code in HTML, JavaScript, and SCSS formats. For certain pages, no additional plugins are needed and you can just copy HTML code into a React component and achieve full functionality. However, certain pages may require the installation of new dependencies and an additional js initialization.
Please note that our HTML version uses js code but React version is based on Typescript so in case of using js code from HTML version you need to update it for Typescript.
Regards,
Lauris Stepanovs,
Keenthemes Support Team