felangel / bloc.js

A predictable state management library that helps implement the BLoC design pattern in JavaScript
https://bloclibrary.dev
190 stars 22 forks source link

What's the roadmap? #85

Closed George-Spanos closed 2 years ago

George-Spanos commented 2 years ago

Hey @felangel ! First of all I wanna say a big thanks for the bloc implementation for Dart. I've been doing some of my apps in flutter lately and man your BloC is amazing to work with.

I am currently working on creating a state machine for machine for another one of my projects and wondered if it makes sense to use BloC for (plain) typescript as well, this is why I stumbled upon this project. It seems though that BloC for typescript is not a thing that has people convinced of it's value yet.

So my questions are:

  1. Given that this bloc implementation is already pretty of rigid (from my humble understanding at least), are there plans for major versions right now?
  2. And lastly, imagining that dart bloc takes most of your time in terms of maintaining and updating, what could we do to help? :)

Again big thanks for this amazing package.

felangel commented 2 years ago

Hi @George-Spanos ๐Ÿ‘‹ Thanks so much for opening an issue and for the support! ๐Ÿ’™

  1. I have some wip that I need to finish on bloc.js to get it up to speed with the dart version (migrating to the v8 API and including cubit). Iโ€™ve been meaning to wrap it up for a while but if itโ€™s something that would be beneficial for you I can try to prioritize it in the coming week.

  2. Iโ€™m more than happy to discuss any improvements/updates and review corresponding pull requests ๐Ÿ‘

George-Spanos commented 2 years ago

Since I consider what I want to say more of a personal opinion/suggestions as you mentioned, I will close this issue and transfer this discussion privately. Thanks for your immediate answer!