easyblockshq / easyblocks

The open-source visual builder framework.
https://easyblocks.io
GNU Affero General Public License v3.0
241 stars 33 forks source link

Sanity.io external data POC! #31

Closed vowval closed 4 months ago

vowval commented 4 months ago

External Data with Sanity.io POC would be great!

vowval commented 4 months ago

i have used the Shopify idea and modified it to fetch Sanity data, it works well.

my doubt is, how easyblocks will work with multiple pages?

r00dY commented 4 months ago

Hi @vowval, Easyblocks doesn't have a concept of "pages", it is by design to provide maximum flexibility. You can easily build page management on your own and simply connect your page entity with Easyblocks document for visual building.

Please keep in mind that documents are super flexible - they can represent a page, part of page, a single component etc... literally any part of React tree. It's up to you what those documents represent in your product.