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
- Host: GitHub
- URL: https://github.com/eveningkid/livecoding-react-comments
- Owner: eveningkid
- Created: 2020-01-30T09:52:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T06:03:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-03T23:34:10.552Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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 componentsThis project was created with `create-react-app`, all the same commands apply (run the server using `npm start`).