function App() { return ( <ComponentA /> ) } function ComponentA() { return ( ... <ComponentB /> ... ) }
App
ComponentA
ComponentB
Alex Sidorenko
@asidorenko_