We're going to be making a page that shows a list of articles as cards.
- At first, we're going to be using
data.jsto setup theArticleCardcomponent and work on our styling using Tachyons and Styled Components. - Then we're going to migrate the contents of
data.jsto a Redux store, add actions likeaddArticleanddeleteArticle. - Finally, we're going to write a
fetchArticlesaction to connect to an existing API.
Tachyons is a CSS library - like a more professional and versatile Bootstrap.
Let's use Tachyons to turn our ugly pre tags into lovely card components.