Quentin Gerodel

Results 65 comments of Quentin Gerodel

Following @caridy response : > It does return just an object, and yes, h() does more, it has a great deal of flexibility in the order of the arguments, and...

I dont know how this is calculated, but npm-cost, give me other results : https://cost-of-modules.herokuapp.com/[email protected] https://cost-of-modules.herokuapp.com/[email protected] snabbdom-pragma@1 : 3.49 KB snabbdom-pragma@2 : 3.56 KB

I was using a custom implementation using `time`/`timeEnd`. But we should use [mafintosh/nanobench](https://github.com/mafintosh/nanobench)

Will be done soon. With all SVG elements. Source : https://developer.mozilla.org/en/docs/Web/SVG/Element

(Back in business after a break) I am pretty sure it is because I use an old way to define default export in the DTS file. I was not so...

This is a weird issue given [the following test](https://github.com/Swizz/snabbdom-pragma/blob/develop/test/pragma-specs/vnode-with-children/actual.js) pass. Could you provide me a gist of your code or simplified one for testing purpose ?

Snabbdom-pragma main use is to move from moving to JSX pragma call to a Snabbdom Vnode, majors transformations are to handle the React.createElement api for creating a Vnode following the...

Snabbdom-pragma aim to be compiler/transpiler and framework independent focusing only on `NotReact.createElement()` api and returning a Snabbdom Vnode. To be used everywhere a JSX to createElement transformation is possible. Im...

So : Not defined Vnode properties need to be handle or set as undefined.