Dynamically Load Markdown Files for markdown-to-jsx — I was fussing about how to display copy in one of my React components. Instead of dealing with HTML divs, paragraphs, images, **tables**, etc. I found a way to just import the .md (markdown) files I already have. This process involves: markdown-to-jsx light knowledge of React state management & life-cycles; we’ll use hooks here light knowledge of the JavaScript Fetch API (very light knowledge, don’t worry)