fluttercommunity / redux.dart

Redux for Dart
https://pub.dev/packages/redux
MIT License
519 stars 61 forks source link

Feedback regarding quickly getting redux up & running #18

Closed MichaelRFairhurst closed 6 years ago

MichaelRFairhurst commented 6 years ago

After the dartconf talk, I decided to get redux running.

I quickly found package:redux, and had the talk quickly in my memory, so I was surprised to hit a few little problems:

As such, I'd recommend making a single example where

There are other things that might be worth covering for other people:

But ultimately, I would recommend as little as possible! Its worth noting, the main examlpe on flutter_redux.dart is really really close to my request :)

Maybe this all exists in a blog post....I tend to search through docs first enough and at a certain completeness threshold (which this project crosses, great job!!) I don't look for blog posts as guides. If the docs are not intended to be as useful as any well-tailored, existing blogposts out there, it would be useful for the docs to link to some of these blogposts.

Speaking of blog posts, I think a lot of the documentation covers "why?" which would probably be better as an external link: "For reasons why flutter developers should consider using redux, consider reading X, Y, Z, Q, articles"

johnpryan commented 6 years ago

Thanks for the feedback! - we’ll take closer look at these points as soon as possible

brianegan commented 6 years ago

Great feedback! I'm now on vacation with my family for a week, but will definitely take a look at this when I'm back. Thanks for taking the time to write up such detailed notes.