felangel / bloc.js

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

bloc.js cubit #38

Open theweiweiway opened 3 years ago

theweiweiway commented 3 years ago

Hi Felix,

Just wondering if you are planning to add Cubit to the .js package! It's my preferred way of using the Bloc package (coming from Flutter) and makes things a lot more concise.

Just an inquiry - thanks!

felangel commented 3 years ago

Hi @theweiweiway 👋 Thanks for opening an issue!

Yes, I do plan to add cubit but unfortunately it's a lower priority item (currently I'm focused on migrating the dart ecosystem to null safety) but I will try to get to this as soon as possible 👍

lgoudin commented 2 years ago

Any news on this ? Love using cubit with Flutter.

felangel commented 2 years ago

@lgoudin I'll try to take this over the next few weeks now that v8.0.0 is out