Reactjs – I want my page be refreshed after post request submitted
i'm creating a comment box with frontend in react; the main component has another one nested and one child. Here's the main component: import { useEffect } from 'react' import { useSelector, useDispatch } from 'react-redux' import { fetchComments }…