preact-hn icon indicating copy to clipboard operation
preact-hn copied to clipboard

Demonstration of Preact used to build Hacker News as a PWA.

Results 9 preact-hn issues
Sort by recently updated
recently updated
newest added

Branch has begun but there are two remaining issues. 1. Requires Node > 8. This might not be a technical issue, but needs communication. 2. https://github.com/dfrankland/wasm-zopfli and https://github.com/dfrankland/wasm-brotli do not...

Firefox too has issues with destructuring `SyntaxError: missing = in destructuring declaration` On both firefox 56 stable and 57 beta.

bug

The news are stuck from 6 days ago

bug

WithData trusts the last fetched data is the correct item to re-render with.

bug

When grabbing each list comments are also retrieved. However, it appears that some comments are not requested, causing the server to 500 when a stories comments are requested. 1. Ensure...

bug

https://github.com/lukeed/ganalytics/blob/master/src/index.js 1. Modify to use per-browser builds 2. Use Object.assign since it's polyfilled for fallbacks.

Instead of requiring a new file (`object-assign-polyfill`) which modifies the `Object` prototype, what if you used [`babel-plugin-transform-object-assign`](https://www.npmjs.com/package/babel-plugin-transform-object-assign)? It will rewrite `Object.assign` into `_extends` and inline a small helper function. It's...

There is no underline or any indication that you are clicking a link

enhancement
help wanted

> very minor thing I needed multiple webpack for multiple env \ browsers. so instead of multiple config files my webpack configs is a function that returns an Object config....

enhancement