You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if I could have both index.js and index.md in the same path and then import the Markdown into my index. This way I could have one-off "layouts" for routes written in JSX while still having a block of text written in Markdown.
It would be nice if I could have both
index.js
andindex.md
in the same path and then import the Markdown into my index. This way I could have one-off "layouts" for routes written in JSX while still having a block of text written in Markdown.I want to do something like this in my
index.js
:What do you think? I assume it would be simple to support this with a Webpack loader. React-static-boilerplate uses this.
The text was updated successfully, but these errors were encountered: