jsximport React from 'react'import styled from 'styled-components'import { AiOutlineLike } from 'react-icons/ai' const LikeButton = () => { const [value, setValue] = React.useState(0) return ( setValue(value + 1)}> Liked the post? Click thumbs up few times +{value} )}
Liked the post? Click thumbs up few times