thednp

Results 82 comments of thednp

@damienflament @cqh963852 please check out the: * [vite-starter-vanjs-ssr-jsx](https://github.com/thednp/vite-starter-vanjs-ssr-jsx) (express, vite, vanjs, van-plate) featuring SSR , SSG and JSX; * [vite-starter-vanjs-ssr](https://github.com/thednp/vite-starter-vanjs-ssr) (express, vite, vanjs, van-plate) featuring SSR and SSG. Powered by...

@damienflament does this fix also help with the Fragment error?

@damienflament question: will the jsx runtime support custom VanJS components? EG: `function MyComp() { return div({}, 'some text')}` with `` syntax?

Thank you @damienflament for the explanation, how's the fix coming in? When can we test?

@Tao-VanJS / @damienflament any news on these changes please?

In my tests, only the fragment modification is needed. But the entire thing needs to be updated to React 19 jsx. If nothing happens here, I will add this feature...

@Tao-VanJS and @damienflament this PR can be closed, you can now use [vite-plugin-vanjs](https://www.npmjs.com/package/vite-plugin-vanjs) for JSX support.

@Damix48 go to [Modal Page](https://daisyui.com/components/modal/) and edit the CSS for the `.modal` add the following rule `scrollbar-gutter: auto` then toggle this rule ON/OFF, open modals and close them, you'll see...

@cqh963852 sorry to bother you, I believe you need to export something like this ```jsx // vanjs-jsx/src/index.js import van from "vanjs-core"; export function createState(v) { return van.state(v); } export const...