DEV Community

Discussion on: Minimal React Portfolio

Collapse
 
kienngo profile image
ken

Love it mate! Really simple and elegant. Since you're making your page with React, I would suggest a few things:

  1. Try out Preact. It offers you similar experience with much less JavaScript
  2. Statically generate your website: Astro is perfectly good for fully static pages.

One of my hobbies is to make static websites as small as possible. Ofc you shouldn't sweat over a few kbs of extra code, but I see it as a good way to keep my skill sharpen
Here's my page built with Astro: kienngo.vercel.app/

Collapse
 
shehabshalan profile image
Shehab Sha'lan

Thanks for the tips.