An open API service indexing awesome lists of open source software.

https://github.com/eveningkid/livecoding-react-comments

Sample React projet to show a list of comments
https://github.com/eveningkid/livecoding-react-comments

Last synced: 6 months ago
JSON representation

Sample React projet to show a list of comments

Awesome Lists containing this project

README

          

# 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`).