mern-starter
mern-starter copied to clipboard
Make comments system in posts page
I did this with React Hooks (16.8) and functional components. And because of this, I updated the dependencies in package.json, because the versions of React and react-dom were old. I tried to adhere to the structure of the application, except that the JSX components instead of JS, and the functional structure of the code. Thanks!