Allow filters to render React components #688
Unanswered
h0jeZvgoxFepBQ2C
asked this question in
Q&A
Replies: 1 comment
-
That's by design. Liquid is a template engine, while React is a MVVM framework. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to do following things:
But this doesn't work, since it only outputs me "Object [Object]"? And when I use
renderToString
withimport { renderToString } from "react-dom/server";
it works more or less, but its not iteractive (nothing happens when I click on some features)?Beta Was this translation helpful? Give feedback.
All reactions