Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/felangel/bloc.js

A predictable state management library that helps implement the BLoC design pattern in JavaScript
https://github.com/felangel/bloc.js

bloc library npm-package react react-components reactjs rxjs state-management typescript

Last synced: 6 days ago
JSON representation

A predictable state management library that helps implement the BLoC design pattern in JavaScript

Awesome Lists containing this project

README

        


Bloc


build
codecov
Star on Github
License: MIT
Discord
Bloc Library

---

A predictable state management library that helps implement the [BLoC design pattern](https://www.didierboelens.com/2018/08/reactive-programming---streams---bloc).

| Package | NPM |
| --------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
| [bloc](https://github.com/felangel/bloc.js/tree/master/packages/bloc) | [![npm](https://badge.fury.io/js/%40felangel%2Fbloc.svg)](https://www.npmjs.com/package/@felangel/bloc) |
| [react-bloc](https://github.com/felangel/bloc.js/tree/master/packages/react-bloc) | [![npm](https://badge.fury.io/js/%40felangel%2Freact-bloc.svg)](https://www.npmjs.com/package/@felangel/react-bloc) |

## Overview

Bloc Architecture

The goal of this library is to make it easy to separate _presentation_ from _business logic_, facilitating testability and reusability.

## Documentation

- [Official Documentation](https://felangel.github.io/bloc)
- [Bloc Package](https://github.com/felangel/bloc.js/tree/master/packages/bloc/README.md)
- [React Bloc Package](https://github.com/felangel/bloc.js/tree/master/packages/react-bloc/README.md)

### Maintainers

- [Felix Angelov](https://github.com/felangel)