|
|
|
|
|
by brendanmc6
2847 days ago
|
|
Right? I fail to see how I can keep components all in sync across different parts of my app with GraphQL. I'm already using Firebase, most of my operations are already unique API calls. I typically dispatch an update to my store and to firebase simultaneously in one thunk action. I typically dispatch the thunk directly from a connected component or from it's connected parent container. Seems like GraphQL solves literally no problems for me |
|