Skip to content

Conversation

@ciindii
Copy link

@ciindii ciindii commented Feb 2, 2023

No description provided.

import chatMessages from './data/messages.json';

const App = () => {
const [entries, setEntries] = useState(chatMessages);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice job setting up useState to track changes

const App = () => {
const [entries, setEntries] = useState(chatMessages);

const heartCount = () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice count function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants