David Bismut
David Bismut
Since that was important for me, I decided to have a go with [Webpack + React](https://forums.meteor.com/t/webpack-compiler-inside-meteor-es6-modules-hot-reload-and-code-splitting/) and code splitting. It's hard to get used to it, coming from Meteor build...
When the options setting is set, would also makes sense that default value would be the first option.
If we do this then we should use zustand as you initially thought @gsimone 😂 That's essentially the same as: ```js const { color } = useStore(s => ({ color:...
@Pocket-titan It's harder than I thought. It needs to keep track of all panes and nested panes added by components and remove them only when none is being used. I...
Hi @Pocket-titan we got pumped and decided to rewrite something from scratch, that fits React and supports your idea out of the box with no major hassle. ```js useTweaks({ color:...
Maybe `sendMagicLink` could return `void` when successful and a custom object when failing?
You're totally right. Shouldn't be a big deal to fix in theory this but since label is in the settings you would need to fetch the settings for a given...
Hi! So binding with another state is not something that we've considered from the ground up, so you feeling wrong might be normal. As you've noted, leva provides the `onChange`...
I'm not sure I understand why anyone would use the `set` function inside `onChange`. This is redundant. If you need reactivity with `onChange`, you can set the `transient` option to...
See if this helps https://github.com/pmndrs/leva/issues/302