Bloc.js
A predictable state management library that helps implement the BLoC design pattern in JavaScript
Install / Use
/learn @felangel/Bloc.jsREADME
A predictable state management library that helps implement the BLoC design pattern.
| Package | NPM |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| bloc | |
| react-bloc |
|
Overview
<img src="https://raw.githubusercontent.com/felangel/bloc/master/docs/assets/bloc_architecture.png" width="500" alt="Bloc Architecture" />The goal of this library is to make it easy to separate presentation from business logic, facilitating testability and reusability.
