Cabbage Logo
Back to Cabbage Site

Cabbage React - Build custom UIs for Cabbage 3 with React

Hi everyone,

Just wanted to share a package I’ve built to make it easier to create custom UIs for Cabbage 3 using React:

cabbage-react provides React hooks to simplify communication between your UI and the Cabbage host. It handles both sending and receiving of data updates for channel values and properties.

You can find an example implementation here:

1 Like

Great stuff. This is exactly the type of thing I was hoping for when I redesigned Cabbage :slight_smile:

1 Like

I’d love to see some screenshots of example UIs.

We love a screenshot here! There is one on the github page. I guess with React anything is possible. The same could probably be said of any JS frontend I suppose.