Ken Banks

Results 7 comments of Ken Banks

Hoping this is fixed in the eject process. Strangely but not unexpectedly, this enhanced hack does not work for me, so eslint gives me the error for every file it...

[rcdexta](https://github.com/rcdexta/smooth-dnd/commits/master) has a forked JS version of smooth-dnd that works, which is the core of [react-trello](https://github.com/rcdexta/react-trello). [kutlugsahin](https://github.com/kutlugsahin/smooth-dnd/commits/master) has converted the smooth-dnd effort to TS, but in doing so has effectively...

One could fork it, make the suggested modification, build and publish it to npm, and use the modified library in your project.

I agree. I've re-written these 2 files as functional components. Was thinking of forking https://github.com/kutlugsahin/smooth-dnd Sadly, this is about the 20th library that I've seen go by the wayside. Ecosystem...

@hackape Very nice solution with the reactive shadow variable. With your solution, I suppose the parent code would use the same syntax as a 2-way bind `` and therefore I...

I’ve switched from the shadow variable to a dispatcher event. On Wed, Jul 26, 2023 at 8:19 AM hackape ***@***.***> wrote: > @kenbankspeng Yeah if what's important > is the...

I've replaced cva with my own reducer function but am interested in tw-classed. But given tw-classed is bringing css-in-js into the tailwind paradigm, is there any concern with it playing...