v icon indicating copy to clipboard operation
v copied to clipboard

JSX support in vweb

Open dmitryuck opened this issue 1 year ago • 1 comments

Describe the feature

Add support for JSX like golang templ does, https://github.com/a-h/templ

Use Case

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • [ ] I may be able to implement this feature request
  • [ ] This feature might incur a breaking change

Version used

0.4

Environment details (OS name and version, etc.)

Windows

[!NOTE] You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote. Other reactions and those to comments will not be taken into account.

dmitryuck avatar May 25 '24 17:05 dmitryuck

veb doesn't do this automatically, but you can do it using $tmpl... https://docs.vlang.io/conditional-compilation.html#$tmpl-for-embedding-and-parsing-v-template-files

JalonSolov avatar Jun 28 '24 14:06 JalonSolov