Trey Shugart

Results 52 issues of Trey Shugart

If one specifies `--custom-option`, it would be nice if you could access it as `args.customOption` instead of `args["custom-option"]`. Is this something you'd like to support?

This issue is a: - [ ] Bug report - [ ] Feature request - [x] Question / support request - [ ] Other I was wondering if there is...

question

Being able to import pre-built integrations for common use cases would decrease friction. ```js import React from '@skatejs/val/react'; import { h } from '@skatejs/val/preact'; ```

If any specified `children` are real DOM nodes, they should be converted to virtual DOM nodes.

enhancement

This is a reminder for me to - someday - write a post about why Skate is the way it is. https://twitter.com/skaryon/status/1072032875426603009 Things I'd like to cover: 1. Rationale on...

Currently there's `main`, `module` and `browser` fields in the `package.json`. We also have `dist/cjs`, `dist/esm` and `dist/esnext`. These are really confusing, but up to this point they've been necessary due...

This is for two reasons: - We should mix in any `observedAttributes` from the parent. - This is a perfect integration point for one-time setup upon definition and other mixins...

Some basic principles should be noted: - custom element polyfill and (a)synchrony, `flush()` etc - Skate rendering at next microtask, so async - asserting against shadow root content How ^...

documentation

See: https://github.com/skatejs/skatejs/issues/1204#issuecomment-376111995. We should add what we can to the website from that suggestion.

documentation

For example: http://www.webpackbin.com/EJ_kDWEEG

documentation