issues Search Results · repo:choojs/hyperx language:JavaScript
Filter by
41 results
(56 ms)41 results
inchoojs/hyperx (press backspace or delete to remove)I d like to do a major release for hyperx:
- several fixes for open parsing bugs.
- #41
- #82
- optionally consider adopting es6-isms (let, const, etc.)
- optionally consider es modules ...
mreinstein
- 8
- Opened on Jan 1, 2022
- #83
oy.js:
var vdom = require( virtual-dom )
var hyperx = require( hyperx )
var hx = hyperx(vdom.h)
const tree = hx` div
style
.test ul {
background-color: red;
}
/style ...
mreinstein
- Opened on Jan 1, 2022
- #82
It would be great to publish an experimental/alpha build of hyperx that is a pure es module (no commonjs.) It s still
experimental in node v14 but if we were to publish a tagged package it might enable ...
mreinstein
- Opened on May 2, 2020
- #80
Would it be a good idea to allow attrToProp to accept a function? That way as a user I can transform the needed
attributes. I m mainly asking this because the hyperscript-attribute-to-property dependency ...
Siilwyn
- 1
- Opened on Mar 6, 2019
- #78
As of a few hours ago I ve been getting an error (TypeError: Failed to execute appendChild on Node : parameter 1 is not
of type Node .) when using self-closing tags. I think it had something to do with ...
downeyfe
- 4
- Opened on Feb 19, 2019
- #77
Due to last commit https://github.com/choojs/hyperx/commit/a535fd5b119a7ca1750ad53e860167409fc4def5 my app now crashes
with Error: multiple root elements must be wrapped in an enclosing tag
It was all ...
vorg
- 1
- Opened on Feb 19, 2019
- #76
:wave: hi, wondering how to pass a function to a component. Trying to use the Query component from react-apollo.
const hyperx = require( hyperx );
const { Query } = require( react-apollo );
const gql ...
Siilwyn
- 7
- Opened on Aug 8, 2018
- #71
It would be interesting if tags could be set as variables
const tag = div
const tree = hx`
${tag} arg1= foo
span child /span
/${tag}
`
class Component extends HTMLElement { ... }
const ...
diffcunha
- Opened on Mar 21, 2018
- #67
Right now, this will throw the error multiple root elements must be wrapped in an enclosing tag if more than one root
element are given.
For nanohtml it would be pretty great to support multiple root ...
finnp
- 1
- Opened on Mar 14, 2018
- #65
https://github.com/choojs/hyperx#hyperscript-node-example does not support the custom y attribute and does not render
the same output.
DanielRuf
- 9
- Opened on Oct 17, 2017
- #59

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.