Closed mpelzsherman closed 8 years ago
Currently no - but I do see the idea in removing, especially for server side rendering to static pages.
The reason to add data-rdm
is that the <head>
is manipulated outside of the react
scope, so we need some way to be able to detect that they have been created using react-document-meta
when the user navigates, and we need to create new meta tags in the <head>
.
Thanks @danieljuhl. It's not a huge problem for us. Might be worth mentioning in the README though.
Sure! 👍 I'm closing this... please re-open, if you have any more questions.
Is there an option to suppress the
data-rdm
attributes added to each tag?What is the purpose of these attributes?
(Thanks!)