Remote Markdown Best Practices
Any best practices when fetching remote markdown from a headless cms? If there is a project/article/video which covers this topic, i'll greatly appreciate it. Or some common mistakes / design patters to use to create maintainable and better code. Thanks!
1 Reply
more or less just fetch the markdown and parse it in getStaticProps
not sure why you could not google this but here is like 100 examples from vercel: https://github.com/vercel/next.js/tree/canary/examples
GitHub
next.js/examples at canary · vercel/next.js
The React Framework. Contribute to vercel/next.js development by creating an account on GitHub.