@felangel/react-bloc
Version:
React Components that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc.js state management package.
24 lines (14 loc) • 400 B
Markdown
# 0.3.0
- **BREAKING**: upgrade to `bloc ^0.3.0`
- docs: inline documentation improvements
- docs: minor improvements to example
# 0.2.1
Fix compatibility/upgrade issues
# 0.2.0
Internal improvements, documentation updates, and bloc v0.2.0
- Dependency updates
- Documentation improvements
- Use `bloc ^0.2.0`
# 0.1.0
Initial Version of the library.
- Includes `BlocBuilder` React Component