react.dev
react.dev copied to clipboard
Add next/image component as MDX component and convert img tags to Image component
There are a lot of images inside markdown that are either img
tags or markdown images. Need to use next/image component instead of img tags and markdown images.
Edit: These changes are needed for beta.reactjs.org site
Ideally we'd keep markdown syntax for images. Something like this maybe? https://kylepfromer.com/blog/nextjs-image-component-blog
Sounds good we can try the same
I was interested in making PR for this and wondering why we would use next/image component instead of something like this. https://www.gatsbyjs.com/plugins/gatsby-plugin-image/#using-the-gatsby-image-components
Hey @KazuyaSerizawa the beta.reactjs.org site uses nextjs that is why we are trying to use next/image for it.
Hey @gaearon and @harish-sethuraman Can I work on this issue?
Feel free to send PR
is there anyone working on this issue or can i take this?
I am interested in solving this issue.
If you are working on this. Send a PR and we can take it on from there
@harish-sethuraman could I work on this and submit a PR?
Sure go ahead.
@harish-sethuraman not sure if anyone is still working on this, but could I work on this?
Sure go ahead.
hey @harish-sethuraman.. is anyone working on this issue. i think i can resolve this issue.
Hey!! I want to work on this issue. I'm new here so I'm really excited to start contributing. Please assign it to me.
Geez just assign somebody already lol
@harish-sethuraman I would like to work on this if the PRs are not accepted. Please clarify
@harish-sethuraman Should I work on this?
Hi, I just finished setting up the app locally and I did not understand the problem quite clearly. I am new to open source so any form of help will be appreciated. From the problem statement, I am assuming that the 'img' element in MDXComponents file has to be converted into an Image component right? Correct me if I am wrong
Hi, I just finished setting up the app locally and I did not understand the problem quite clearly. I am new to open source so any form of help will be appreciated. From the problem statement, I am assuming that the 'img' element in MDXComponents file has to be converted into an Image component right? Correct me if I am wrong
If you can direct me to a particular folder/file that will be highly appreciated, thanks
@harish-sethuraman @gaearon let me work on this if still not resolved... Please assign