Summary
Let’s recap what we have learned in this chapter.
We'll cover the following...
What did we learn?
We’ve covered a few very useful patterns for managing and sharing stateful logic. If we want to share a state with a sibling component, then consider lifting the ...