Jun 28, 2023
0
Level 1
Store VUE3 components data in database and display them on page
I would like to discuss with you my idea and whether it is possible to realize it at all.
The concept is to store the page content in the database in the format
[
{
"name": "Components/HeroBlock",
props: ["..."]
},
…
]
And then call this components in the VUE component of the page (while Inertia SSR is working)
Is this idea objective at all?
Please or to participate in this conversation.