How to fetch data in React Js

Today we will learn how to fetch data using create own JSON server, firstly we need to create React app using this cmnd on command prompt =>create-react-app<your-projectname> for the start you app using the command is=> npm start once you have to do then you have directory structure like now you go the jsonplaceholder website … Read more