Alexis H. Munsayac

Results 119 comments of Alexis H. Munsayac

You can probably visualize the dependency graph as a network of nodes, like with [vis-network](https://github.com/visjs/vis-network) then make it so that users can inspect each node and show the value of...

Personally I found this as a perf optimization. The reason it doesn't run the `equals` function is because `createMemo` already decides beforehand if it should notify its observers, and if...

> Amorphous/Morphous (in science a solid without a form) oooh this one, I really like this, but I'll probably consider the others as well

Seems like I'll go with PolyUI. I'll rebrand once 1.0 version is ready for release, meanwhile, I'll slowly deprecate `solid-headless` in favor of the new package name. Thanks @davedbase !

Thanks for creating this issue! Yes, definitely. I'm planning on deploying a doc site with interactive playground so that users may try the components while reading the docs. [I have...

> How is http://solid-headless.vercel.app/ maintained? The Modal example there is not the same as in this repo. And the vercel pipeline doesn't seem to work currently on this repo. The...

Here's a demo badge [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/solid-headless/tree/main/examples/accordion-example) ```md [![Open in CodeSandbox](https://img.shields.io/badge/Open%20in-CodeSandbox-blue?style=flat-square&logo=codesandbox)](https://codesandbox.io/s/github/LXSMNSYC/solid-headless/tree/main/examples/accordion-example) ```

@nksaraf which part is this?

Okay so I've fixed it, not sure with the conflicts

> I have the same issue , but the ts-windicss template has worked for me 🤔 yeah it seems that only the JS template is broken, the other template works...