majo44

Results 5 issues of majo44

Hello Firstly let me thanks for awesome work on domino. Some time ago I started work on some idea, about 'universal custom elements' General idea is to create custom-elements once...

**Input:** ``` module.exports = { parse: require('./lib/parse'), stringify: require('./lib/stringify') }; ``` **Output:** ``` export const parse = require('./lib/parse'); export const stringify = require('./lib/stringify'); export default { parse, stringify }; ```

The current api has some small gap in the performance. Please look at fallowing examples: **Example 1** ``` import { renderToString } from "react-dom/server"; import { style, getStyles } from...

In some cases this can be useful to allow the reflection on provided schema, eg to drive native html form validation based on schema. (Should be merged after (Should be...

As this becomes as an standard, and allows wider adoption, it is worth to add to library the typescript types declaration.