developit / vhtml

Render JSX/Hyperscript to HTML strings, without VDOM 🌈

Home Page:http://npm.im/vhtml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSX pragma, flow config and vhtml

hefeust opened this issue · comments

Hi,

I tried vhtml and it looks fine.

However, to integrate it in my stack I need to make it properly working with .flowconfig

  • what's the pragma @jsx syntax to use with vhtml?
  • is there a way to alter .flowconfig to 'prepend 'automatically this @jsx tag to all files ?

Currently I'm using : rollup + buble + flow + vhtml

Thanks for help.

Hi @hefeust

Thought I would weigh in here, looking at https://buble.surge.sh/guide/#jsx it seems adding "jsx": "h" and then importing vhtml with import h from 'vhtml'; should do the job.