diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-01-30 12:41:01 -0500 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-01-30 12:41:01 -0500 |
| commit | cd0b07b3adb36fb5ec098f9e511ab45d774fee7b (patch) | |
| tree | a203e5010219ccea1acc6bbd2c0a4bcfa0a78615 /frontend/README.md | |
| parent | 0a1648bf47490b312169c531aeb51ef4725e8d2e (diff) | |
Move to Prisma Backend
Diffstat (limited to 'frontend/README.md')
| -rw-r--r-- | frontend/README.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/frontend/README.md b/frontend/README.md new file mode 100644 index 0000000..c254cc0 --- /dev/null +++ b/frontend/README.md @@ -0,0 +1,28 @@ +## Gotchas + +https://github.com/graphcool/feature-requests/issues/145#issuecomment-318968578 + +Clients -> Advanced Settings -> OAuth -> JsonWebToken Signature Algorithm: HS256 + + + +# Advanced-React + +## Testing + +Test Coverage --coverage +__tests__ +what.test.js +__mock__ +Watching --watch +__snapshots__ + +## Marketing + +I love this look and feel: http://wes.io/lxQe +https://www.youtube.com/watch?v=Y0ePh9OxSWo + + +## Questions +* Apollo Link State will be good for local variables +* Server Side Auth
\ No newline at end of file |
