react-hyperscript icon indicating copy to clipboard operation
react-hyperscript copied to clipboard

Hyperscript syntax for React.js markup

Results 7 react-hyperscript issues
Sort by recently updated
recently updated
newest added

There is currently a version bound on React being less than 17 in the «peer dependencies» section. Is it there for a reason? I want to use this library with...

Anyone know of a simple tool (cmd line would be fine) for converting a JSX snippet to a react-hyperscript snippet? My use case is making it easy to plop JSX...

Hello, thank you for creating this package! I think this change to the documentation makes it easier to understand how `listOfElements` is used.

Converting the tag to lowercase breaks certain SVG elements that are case-sensitive. It also breaks react-konva. unless it's necessary for some reason I suggest removing `.toLowerCase()`

Currently react-hyperscript requires children react components to be in an array even when there is only one child. Support passing in one child component without having to wrap it in...

I wanted to use this package with https://github.com/calmm-js/karet (and also https://github.com/infernojs/inferno, but mostly `karet`) and doesn't seem to be a way, unless I forked it just to replace the `react`...