developit / hn_minimal

:newspaper: A Hacker News client written in Preact.

Home Page:https://developit.github.io/hn_minimal/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A minimal Hacker News client written in Preact, based on Dan Bartlett's original client written in React.js.

This is a demonstration of how to optimize a React project by switching to Preact.

The original React+jQuery app was 295kb. Refactored to Preact + fetch(), it is now 5kb (~60x smaller, or around 1.5% of the original size).

hn_minimal

About

:newspaper: A Hacker News client written in Preact.

https://developit.github.io/hn_minimal/

License:MIT License


Languages

Language:JavaScript 79.3%Language:CSS 15.5%Language:HTML 5.2%