Joe Pea
Joe Pea
I see that this is made with a yeoman generator, not a builder-init template. Any reason to use a yo generator instead of a builder template?
For example, should it be ```js const el = document.querySelector('div') // suppose el is el.behaviors.add('click-logger') el.behaviors.remove('foo') // now el is ``` which means `.behaviors` would exist on `Element.prototype`, or should...
The example at http://magic.reactjs.net/htmltojsx.htm is very simple, it just converts static HTML to static JSX. But that's not very useful on it's own. How would one write HTML that can...
I don't know if it's just me, but it seems like doing [this](https://github.com/reactjs/react-art/blob/master/examples/vector-widget/VectorWidget.js#L75-L116) is a bit harsh for performance. There's a lot going on behind the scenes right (like React...
In the docs, I see things like `index.rete` and `module.rete`. Is there any example of these files?
Hi, I like your pens! I'd like to learn some of your techniques. Where's the pre-compiled source for your codepen examples, like this [particles](https://codepen.io/cvaneenige/pen/rjVvdM) example?
and adjust package.json so that types are picked up in consumer projects ## Summary The code base is still plain JS as before (the build did not change) but this...
  **Problem** This is with reference to `executeScript` property. Currently, docsify checking an executable script tag using [this](https://github.com/docsifyjs/docsify/blob/develop/src/core/render/index.js#L15-L17) The markdown input for these doesn't look good [ref](https://github.com/docsifyjs/docsify/blob/develop/docs/themes.md#click-to-preview) **solution** if...
  Currently, we are using `stylus` for writing CSS but we can consider moving with `LESS` or `SASS (preferable)`.
# Copilot Issue Summary click to expand **Description:** The author, trusktr, proposes making the `` HTML element more compatible with modern web frameworks like React, Vue, Svelte, and Solid. The...