I want to retrieve Sharepoint list item and display on Spfx Webpart using React Framework & Rest API Call.
My Requirements-
1. I want to use Service folder in vs code and ts file inside that.
2. RestApi function (to get item from the list) should be present in service file.
3. use of componentDidMount Method
4. Use of DetailsList Ui Controller to display List data.