Skip to content

Dynamic Routes with either *component importing* or shortcode imports via MDXProvider, nextJS #2339

Answered by wooorm
minijoo asked this question in Q&A
Discussion options

You must be logged in to vote
  • dynamic routing and splitting the work between server/client are two different things. Your original problem does not require your follow up solution
  • Failed to fetch ... -> then pass your component: https://mdxjs.com/docs/using-mdx/#components. MDX allows you to pass components. Or you serve components on your server.
  • “shortcodes” not sure where you get this word for but MDX is a lot like JS(X), where components is more common?
  • “Gatsbyjs.com (which is admittedly not the framework I'm using)” please don’t, it’s unmaintained, has old docs, and is not what you are using. We have docs! read our docs!
  • “none of them are exactly what I am trying to achieve” then please explain what you want to do

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ChristianMurphy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
🙉 open/needs-info This needs some more info
2 participants