react-amp-components
react-amp-components copied to clipboard
A (hopefully) simple way to render AMP components via React on the server.
this PR just fixes the conflict from #10 but I had to open a new PR as I no longer have admin rights on the repo 😢 - adds state...
tasks: - add instructions on how to contribute (e.g. raise issue, create PR with description etc.) - add example usages for different components - add info on deployment/commit styles (e.g....
- currently: ```js pick({}, 'key') // returns { key: undefined } ``` - better, in my opinion: ```js pick({}, 'key') // returns {} ``` - this would also make snapshot...
we should add a test which renders a page using all the components we have implemented, and checks it against the AMP validator.