/netlify-fauna-todo

Netlify Identity + FaunaDB app with most recent versions of FaunaDB client and React

Primary LanguageJavaScript

netlify-fauna-todo

Netlify Identity + FaunaDB app with most recent versions of FaunaDB client and React.

One click deploy:

Deploy to Netlify (and then make sure to turn on Netlify Identity since it doesnt do that yet)

Manual deploy/Local development

  1. Deploy to Netlify and run netlify addons:create fauna
  2. look for the given server secret from the netlify addon, and copy it
  3. run export FAUNADB_SERVER_SECRET=your_secret_here

Features of note:

  • Netlify Identity Authentication
  • useFauna React Hook
  • custom hooks from @swyx/hooks