Building a page builder, any advice? #4462
torian257x
started this conversation in
General
Replies: 1 comment 1 reply
-
It's a good approach. The most popular starter kit, Peak uses it. If there's a bug on the cms side, it'll get fixed eventually. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I understand it is subjective / opinionated... but I explicitly welcome that discussion here
we are making the decision currently whether to wrap all components from our page builder into "section" components.
So the page builder is a simple replicator that can contain section components.
Those section components decide what background color, what padding, what width etc
inside those section components we add the actual components, say, sliders which are basically other replicators with fieldsets inside
text with image
lists
etc
does that sound like a reasonable approach?
I was facing issues when using
replicator -> bard -> replicator
#4417
and am now a bit worried I will face a lot more similar bugs and issues like that. Is there maybe a different approach that avoids nesting things so deeply?
Beta Was this translation helpful? Give feedback.
All reactions