DEV Community

Discussion on: Oh Hello Apollo Client , Goodbye Redux!

Collapse
 
aspirisen profile image
Dmitrii Pikulin

Nice article!
One note about Here is how your React component might look like for it without using the Apollo client side variable:
You can simplify the code by using useMemo and include data in deps, so you don't need effect here