Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

OleksandrBorysenko's avatar

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?

0 likes
0 replies

Please or to participate in this conversation.