Content: Markdown with Unified.js + Remark + Rehype
I have been using Markdown to store my websites content for a while. Actually, I have been using forever to organise my life, especially work. Can I keep using it now with React Static?
Status ❌ Replaced
Replaced by Astro which pre-packages Markdown and MDX capabilities.
Note: 4 years later I eventually wrote a blog post to celebrate how big and relevant Unified.js has become
Why
- modular library, many plugins
- transforms to React
- works in both directions
- complete working implementation
Trade-offs
- not written in typescript and no typings supplied for many plugins
- incomplete/inconsistent docs
- many repos, different authors