VanPHP :) #70
groovenectar
started this conversation in
Show and tell
Replies: 1 comment
-
Cool project! Thanks for your contribution to VanJS community! |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've started on a proof-of-concept for generating a VanJS or HTML DOM tree using PHP:
https://github.com/groovenectar/VanPHP
I'm not sure yet what kind of direction it could take.
It produces a DOM tree like the convertor here: https://vanjs.org/convert
But written in PHP instead, and probably has a few caveats at the moment. One thought is that it could be used to generate SSR HTML and Van DOM with the same input. Or something else to do with a generated component pattern where properties are shared between the backend and frontend.
Beta Was this translation helpful? Give feedback.
All reactions