Q

Results 66 comments of Q

Here's React Beautiful DND: ![react-bd](https://user-images.githubusercontent.com/2322354/90322520-54eeb180-df23-11ea-9e30-48dddda46dfc.gif) Neato sorting animations aside... Speaking purely from an API + dev perspective, I'm a fan. The composition, data flow, and callbacks feel easier to work...

Woo! Coming up with some neat interactions. This was inspired by some of the block drag interaction designs from Gutenberg. ![post-block-reorder](https://user-images.githubusercontent.com/2322354/90323663-5378b580-df32-11ea-89be-2ac227a22016.gif) Demo: https://g2-components.xyz/iframe.html?id=components-draggable--drag-list-context cc'ing @shaunandrews + @MichaelArestad

> I'd actually expect the opposite behavior @shaunandrews Ah gotcha. We can do that :). What I shared in the gif was an experiment to see if: 1. it even...

P.S. Update! Check this example out 🔥 https://g2-components.xyz/iframe.html?id=components-draggable--drag-builder

1. Gotcha! I worked on @jasmussen a bit on the Editor block drag interaction. We collapsed the block into a tiny "Chip" design that is dragged instead. (For prototype purposes,...

Had a wonderful chat with @griffbrad today! One of the things we talked about was this ContextSystem x Adapter strategy. Brad had pointed out that these mechanics are similar to...

### 📂 File/Code convention idea Let's use the `Button` component as an example. Within Gutenberg, in the `button/` component directory, we can add a `next.js` file: ``` /button |- index.js...

Chatted with @griffbrad today! In addition to the technical implementation, @griffbrad had suggested the idea having guides for developers. Developers who have existing 3rd party block code, and devs who...

> Why a separate package? At the moment, G2 Components has about 8 primary packages (about 6 if you exclude packages that are basically dependency aliases): * `animations` (aka. `framer-motion`)...

### 📁 Modules > The important thing though is that they stay as "bundled modules" (like @wordpress/icons and @wordpress/interface right now) to avoid having them leak as public APIs in...