Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 556 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 556 Bytes

Personal website

https://alexbensimon.me

Tech choices

  • Next.js - For this kind of website, static generation at build time is the most effective (good SEO out of the box, easy hosting, etc.). Having used Gatsby before, I wanted to try Next's static generation system.
  • TypeScript - For comfort.
  • Styled JSX - Good opportunity to try it.
  • Vercel - Easy and free hosting for Next.js.