Google Sheets + ReactJS = š
This guide will show you how to use Google Spreadsheet with React. To start youāll need to install Tabletop.js which we will use to pull information from our Google Spreadsheet to your React App.
yarn add tabletop
After the installation process has finished, we can import tabletop, set up are functions and define a const(constant variable) named publicSpreadsheetUrl (use your own spreadsheet url).
Conclusion
Final step now is to check the console. If any errors occur go back through the steps carefully.