Resolving the Initial App Layout: The Main
The second primary component of our app is the Main. Let's work on its basic appearance so that we finally have a skeleton for our app.
Okay, now onto the Main component.
Like before, we’ll keep this simple too.
Simply render a simple text within a \<main>
element.
While developing apps, you want to be sure to build progressively i.e build in bits, and ascertain that the app works.
Below’s the <Main>
component.
Get hands-on with 1400+ tech skills courses.