dom-expressions icon indicating copy to clipboard operation
dom-expressions copied to clipboard

feat: JSX serialization

Open lxsmnsyc opened this issue 7 months ago • 2 comments

This adds JSX serialization capability. The change required the introduction of the SSRNode class which intends to replace the old { t: string } so that seroval understands the value more.

TODO: this PR is still missing the client-side process.

lxsmnsyc avatar Nov 15 '23 08:11 lxsmnsyc