Jake Verbaten

Results 287 comments of Jake Verbaten

@ljharb I own github.com/Raynos/function-bind I added you as as a collaborater to it.

Can you explain more what the slots feature is ? Is that a feature from a different framework. Do you have an pseudo code example of what you would like...

i looked the other way by effectively doing `object=${{ map: map }}` ...

Two decent example apps would be TodoMVC and 2048 Another example might be a login/register form that has multiple inputs and buttons and effectively multiple views ( login or register...

If someone wants to contribute `todomvc` or another example make sure to check out tonic components. - checkbox https://tonic.technology/examples.html#checkbox - input https://tonic.technology/examples.html#input - router https://tonic.technology/examples.html#router https://github.com/optoolco/components Adding components as a...

I updated `tonic` & `components` so that they can be used in jsfiddle.net Here is an example https://jsfiddle.net/k30haceb/ This allows for easier sharing & debugging of tonic snippets.

Svelte js has a hacker news example. This is a good idea, probably better then todo mvc

Thats just DNS prefetching and not link prefetching

+1 on @Fyrd Open sourcing caniuse up o/

Would scrolling to the first element in the list when hitting enter in the search box improve usability?