/livecoding-react-comments

Sample React projet to show a list of comments

Primary LanguageJavaScript

Livecoding: React Comments

This repository focuses on:

  • breaking down components
  • using .map(...) inside a component
  • React.Fragment
  • separating data from UI components

This project was created with create-react-app, all the same commands apply (run the server using npm start).