|
|
|
|
|
by jbhatab
3591 days ago
|
|
I've been doing react web and native apps for a while. Why do I want this exactly? Seems like a lot of stuff that's almost competing with my ide stuff but not quite useful enough to switch off? Not attacking, just want some perspective. |
|
For me, I have visibilty issues into my apps when they grow. The ability to query your redux state tree for answers at any time without logging is helpful for me.
Same with API calls... wait what did I just send? Thats not right!
The subscribe feature allows you to keep an eye on subsets of your state tree as they change.
Its all about focusing. Which is my achillies heel.
What kind of tools are you using for this now?
Cheers man. Appreciate the honest feedback.