CBWIRE Roadmap and Feature Requests

We are at the beginning of 2023 and I’d love to hear from the community what you all would like to see added to CBWIRE this year. This not only covers the module CBWIRE but also any suggestions on documentation, demos, CFCasts series, you name it! We want CBWIRE to provide as much value as possible to the community. How can we make it better?

As for me, this is some of the items I’ll be working on for 2023:

  • Websockets via Pusher
  • Additional lifecycle hooks and interception points
  • CBWIRE Mastery Series on CFCasts
  • Integration with ContentBox

Also, if you missed it, CBWIRE 2.2 just dropped. I highly recommend upgrading when you can.

2 Likes

@gcopley ,

First of all, great job with CBWIRE! I have used Lavarel + Livewire in my previous job and it was awesome. Now that I am working with Coldbox, I am excited to use the same concept with CBWIRE.

From my first projects, these would be my suggestions:

Sharing state using entangle:

Dynamic Wire Modal (livewireui-modal):

Let me know if you have any questions.
Best Regards,
PS

1 Like

@Pele_Santos Great suggestions! I’ve got @entangle queued up for CBWIRE 2.3. We will get it done. https://ortussolutions.atlassian.net/browse/CBWIRE-133

Best,

Grant

@Pele_Santos The ability to share state both client-side and server-side using entangle is now available in the preview release CBWIRE 2.3.6-snapshot.

Installation:

box install cbwire@2.3.6-snapshot

Docs are updated also.

1 Like