react-hn
react-hn copied to clipboard
React-powered Hacker News client
Removed a second % from the width property
Adds a default lang="en" attribute to the html tags, which was bringing down the accessibility score.
I am trying to run a development server locally and code doesn't appear to reload code in the browser on save of file or on reload of browser. This happens...
As per #73 (the same bug for manifest.js), https://react-hn.appspot.com/build/sw-toolbox.map.json seems to be HTML.
Added dark mode to settings panel #54 - The value is stored both in the state and in local storage for storage and faster rendering. - I picked the colors...
I find first load shows 13 points and it add up to 16 points for some items. https://react-hn.appspot.com/#/news?_k=yyykob
The server sends HTML.
#70 When running `npm run postinstall` script after repository clone, the post install fails due to dist dir not existing... A lot of different ways to deal with this, but...