Support Products What is the difference between an HTML product and an Angular/VueJS/React product?

How can we help?

The basic product that comes in the regular HTML archive is built using static HTML files which have jQuery as the base Javascript framework for manipulating different elements from the page.

The Angular/Vue.js/React versions of our products are those which use one of those frameworks as the core structure and they are built as a SAP (Single Page Application). That means that all the elements, components, pages, etc. are handled by the framework. These products which are using Angular/Vue.js/React don’t use jQuery for any of the core functionalities.

To work with any product that has Angular/Vue.js/React you need to have working knowledge with that framework. If you are not familiar with these frameworks, we recommend you to work with the simple HTML version as it is easier to be integrated into a project which for example contains PHP and MySQL.