Re-use React Components on Hubspot Website

Hello everyone,

im new to Hubspot and i am looking for a solution to have a CMS where i can re-use my react components. The intention is to copy-paste like the design and the functionality of my current react software to the website. Since the company i work for already got some website on Hubspot im trying to stick with it and to find a way to re-use my code here. The current website was developed by a freelancer and i dont have the access to the code locally yet. Im glad about any hints.

Hey @Kacper

Check out these article:

Getting started with local development

Local Development Tooling: CMS CLI Reference

The first article should show you how to get the existing and develop locally. To use react i’d imagine you’ll have to use a bundler like webpack to compile everything into the formats needed.