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

feat: Includes the ability to create a custom Cubit by extending Cubit class #92

Open MattiaPispisa opened 1 year ago

MattiaPispisa commented 1 year ago

Status

READY

Breaking Changes

NO

Description

APIs to create cubit by extending the cubit class. Cubit and Bloc extends a common class: BlocBase

Type of Change