Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.27 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.27 KB

alexharri.com

Source code for my personal website and blog.

My writing

I mostly write about topics relating to web development. I've written about TypeScript, monorepos, multi-cursor editing and performance.

Technical implementation

This website is written in TypeScript and React using Next.js.

The blog posts themselves are written as MDX files. MDX enables the use of React components in markdown:

<Note type="info">
  Here is a note
</Note>

This is used to add the interactive components seen in posts such as Multi-cursor code editing: An animated introduction.