Hello,
I am building a website for my client on Webflow. During the project, the client came up with the idea that he wanted a second website that would be a copy of the first one. The content from Webflow is to be uploaded dynamically (e.g. every 4 hours) to a local environment on another server. Ultimately the sites are to have the same content, only the copy will be extended with components written in React.
We came up with the solution to use DevLink to export the pages as components and publish them to the local environment.
My questions to the above are:
-
can you recommend a solution (other than DevLink) to dynamically update content on the local environment based on the content posted on Webflow?
-
the DevLink components were a bit different from the components on Webflow (e.g. different padding). Is there any way to streamline the uploading of components so that they are mirrored at 100%?
-
There is also the idea of duplicating the page on Webflow and adding React components to it.
a) Is this possible? Is there a stable solution for this?
b) How can content be dynamically replicated from page A running on Webflow to page B running on Webflow? I am mainly concerned with static page content.
An example of a component made in React: a multistep form with about 100 questions, at the end displaying a kayak chart with the user’s strengths and weaknesses.
Here is my site Read-Only: LINK
(how to share your site Read-Only link)