In this lesson, we hardcode some board data into a TrelloBoard
component. This makes it easy to start working out the HTML structure of the Trello Board. We also make sure our data is typesafe with the TypeScript interfaces we created in the last lesson.
Links