MikeTheCanuck / WhoDidITalkTo

What's their name again? Where did I last see that person, and what did we talk about?
1 stars 1 forks source link

Refactor the Header into a separate Header.js component #29

Open MikeTheCanuck opened 7 years ago

MikeTheCanuck commented 7 years ago

https://appdividend.com/2017/07/22/react-firebase-tutorial/

Similar to #28, factor out the Header into a reusable component across all pages in the app.

MikeTheCanuck commented 7 years ago

Once we get into this work, it'll be semantically useful (I presume?) to add

tags around this layout:

    <div className="App-header">
      <h1>Timeline</h1>
    </div>
MikeTheCanuck commented 7 years ago

This will be necessary to properly accomplish #40 as well.