1. 10
    Process Markdown on the Server Using a Remix Loader
    2m

Process Markdown on the Server Using a Remix Loader

InstructorKent C. Dodds

Share this video with your friends

Send Tweet

We’d like to use markdown to format our blog posts. Markdown isn’t getting rendered by default but we can install the marked library to take care of that for us.

The awesome thing about remix is that we can use marked to compile are markdown server-side in a loader function so we don’t have to bundle this hefty library and process markdown in our user’s browsers.