Skip to content

Instantly share code, notes, and snippets.

View exhq's full-sized avatar
💭
e

echo exhq

💭
e
View GitHub Profile
@exhq
exhq / funny.md
Created March 8, 2024 18:23
the way react should be used.

let's try using create react app and time it.
image
this is not a system bottleneck. im running all the tests here on a hetzner dedicated server.
image

well, i dont like using create-react-app either. let's try something like vite. image
why is it so fast? oh right. vite just made the file structure.
let's try installing everything and checking the size of node_modules.
image