felangel / bloc.js

A predictable state management library that helps implement the BLoC design pattern in JavaScript
https://bloclibrary.dev
190 stars 22 forks source link

BlocProvider API Pull Request #30

Open prateek14 opened 4 years ago

prateek14 commented 4 years ago

Is your feature request related to a problem? Please describe. BlocProvider API for react similar to the one provided in flutter_bloc

Describe the solution you'd like I have a WIP on my branch. Would love to receive feedback, and if it can be merged in bloc.js

Describe alternatives you've considered Additional wrapper component BlocConsumer to use BlocContext

Additional context Pull Request: [https://github.com/felangel/bloc.js/pull/29]