Reputation: 68
Im building an application that queries stock data from an api, I use bloc for state management but I dont know how to handle each stock data state, currently I have defined a bloc and it has all the logic to query the api, should I use a bloc instance per item? what other approach can I use?
Upvotes: 0
Views: 16