Thomas Parslow
Thomas Parslow
It shouldn't be possible for javascript running on a random domain to add comments. The endpoint should probably check the referer. Might be an issue if the target site is...
Should be ok to just post directly to the comments endpoint and have it return an "ok your comment will be reviewed soon" page.
Make it easy to install via NPM
Probably as part of #5 it would be nice to be able to OAuth with github. Right now the system can use OAuth tokens but the user is left to...
Measuring the window at load time doesn't work when the orientation changes and width becomes height. Luckily RN now supports percentage based dimensions so we mostly don't have to use...