React with Google Sheets as CMS

18 November, 2019
Back

You can use Google Sheets as the database which you call data from.

The parts you need:

  1. React - frontend
  2. Google Sheets - the backend
  3. Tabletop - package that allows Google Sheets to be exported as JSON

Tutorial


Back