I hereby claim:
- I am frontalex on github.
- I am alexfront (https://keybase.io/alexfront) on keybase.
- I have a public key ASAfgipxbbgP4Ff9qCpLy11XCYvIfN_r0b_JCEgTaCUNPAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| const MY_DOMAIN = "agodrich.com" | |
| const START_PAGE = "https://www.notion.so/gatsby-starter-notion-2c5e3d685aa341088d4cd8daca52fcc2" | |
| const DISQUS_SHORTNAME = "agodrich" | |
| addEventListener('fetch', event => { | |
| event.respondWith(fetchAndApply(event.request)) | |
| }) | |
| const corsHeaders = { | |
| "Access-Control-Allow-Origin": "*", |
A Pen by Daniel Schwarz on CodePen.
I hereby claim:
To claim this, I am signing this object:
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> |
In React's terminology, there are five core types that are important to distinguish:
React Elements
| . | |
| ├── actions | |
| ├── stores | |
| ├── views | |
| │ ├── Anonymous | |
| │ │ ├── __tests__ | |
| │ │ ├── views | |
| │ │ │ ├── Home | |
| │ │ │ │ ├── __tests__ | |
| │ │ │ │ └── Handler.js |