Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/felangel/bloc.js
- Owner: felangel
- Created: 2019-08-11T05:01:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T23:29:50.000Z (over 1 year ago)
- Last Synced: 2024-10-19T00:17:28.870Z (about 1 month ago)
- Topics: bloc, library, npm-package, react, react-components, reactjs, rxjs, state-management, typescript
- Language: TypeScript
- Homepage: https://bloclibrary.dev
- Size: 3.37 MB
- Stars: 190
- Watchers: 9
- Forks: 22
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
---
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
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)