Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shopify Liquid POC #30

Closed
danielehrhardt opened this issue Feb 21, 2024 · 2 comments
Closed

Shopify Liquid POC #30

danielehrhardt opened this issue Feb 21, 2024 · 2 comments

Comments

@danielehrhardt
Copy link

As discussed on X it would be nice to have some POC with Shopify Liquid like instant.so does.

instant.so will create a section.liquid File with a Schema that can be modified in the Shopify customizer.

@arkodeepg
Copy link

from what I understand instant.so uses grape js under the hood, the problem with that is it write the css in id's so reusing sections is not an option by default

@r00dY
Copy link
Contributor

r00dY commented Mar 6, 2024

Hey @danielehrhardt sorry you had to wait that long.

Here's a first try: https://github.com/easyblockshq/easyblocks/blob/feature/liquid-demo/apps/liquid-demo/src/app/easyblocks-editor/page.tsx#L206-L215 (not yet merged but you should see the point)

It allows you to build components with Liquid and still use them in Easyblocks (by intermediate step of transforming Liquid to React).

Let me know if it helps

@r00dY r00dY closed this as completed May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants