hyperapp
hyperapp copied to clipboard
1kB-ish JavaScript framework for building hypertext applications
It is silently assumed unsubscribe handler has not return value, however if it has it compromises subscriptions processing. To make the code more robust I propose to ignore the return...
when stopping a subscription- by &&ing it with a falsy state value in app()- and then restarting it, I get an error "oldSub[2] is not a function". It looks like...
Hey, when stopping the app by dispatching `null`, the following error is thrown: "Cannot read properties of null (reading 'length')". It looks like the issue is caused by the following...
Hey, I’m looking to use this to rewrite my current widget. Our customers add our JavaScript lib to the head tag. And then we inject html CTAs inside DOM elements...