jxnblk / mdx-go

:zap: Lightning fast MDX-based dev server for progressive documentation

Home Page:https://mdx-go.now.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference between mdx-go and x0

hasparus opened this issue · comments

I've just discovered this repo and wanted to ask -- what's the difference between this project and x0?

Great question! MDX Go is essentially another iteration on a similar idea, taking some learnings from x0. In a nutshell:

  • MDX Go is a little bit less stable as I experiment with the public API
  • MDX Go does not include a CSS-in-JS library (x0 uses styled-components or emotion)
  • MDX Go is better set up for use as a global install
  • MDX Go is more focused on use as a dev server and less about static site generation (though it still can export static sites)

Okay, that's a really nice comparison. Thanks, @jxnblk!

Looks like this can be closed