1 min readDec 25, 2018
Hi Eduardo, thanks so much for writing this — it helped me get my head around the issue of building a simple 3–4 page app and how the routes work.
However, I was wondering if this structure (of views) would work if I wanted to share some state/data between the Home
and About
views? Usually I see a parent App
component that houses all the children components, making it obvious where the state should sit, and how you could pass it to and from components.
Sorry if this question is unclear, or misses a point you’ve made in this article!