If i use apollo + Graphcool, I dont need to use redux-saga or redux-thunk?
d
dankent
09/01/2017, 9:41 PM
No, you don't need to.
e
eder
09/01/2017, 9:41 PM
😮
eder
09/01/2017, 9:42 PM
i have to use Redux normally or even redux as i know is not necesary?
d
dankent
09/01/2017, 9:42 PM
It uses redux but unless you have an advanced use case or want to dig into the internals, you can work with the higher order component and API that apollo provide and not need to do anything else
dankent
09/01/2017, 9:43 PM
I expect many people use apollo without any understanding of how it uses redux behind the scenes
e
eder
09/01/2017, 9:43 PM
A-M-A-Z-I-N-G
eder
09/01/2017, 9:44 PM
thanks @dankent
d
dankent
09/01/2017, 9:44 PM
No worries. I have found the apollo + graph.cool combination incredibly productive.