#Very easy tbh

1 messages · Page 1 of 1 (latest)

golden otter
#

Tbh I think I get the gist of it from the docs, but would you mind if I dm'd just to ask about scaling after the landing page?

#

State management I'm a little worried about tbh

floral heart
#

Yeah state management is kinda tough. But there are a ton of patterns/solutions out there. I chose to implement the BLoC pattern because I really liked its organization.

#

Only downside I had with Bloc was that you need to really understand stream programming.

gaunt gulch
#

does stream programming have Publishers and listeners etc ????