#12 Try REACTJS Tutorial - npm install react-markdown

preview_player
Показать описание
#12 Try REACTJS Tutorial - npm install react-markdown

-----
Рекомендации по теме
Комментарии
Автор

Love when people forget to edit out their first take. On another note - Good video, I enjoyed it :)

okibumfl
Автор

Hahaha hey at t=452 you miss edited your out take it was funny
Great videos! Thanks

pedramsd
Автор

Thanks for this video! It's very helpful.

anikinae
Автор

Can I change the markdown to a pdf or md file?

bwydnvq
Автор

didn't explain how to render html. I have a use case where I want to add a few span tags in my markdown. How do I go about it?

SyedAli-krqw
Автор

can we use useState to the input ?and save the content ? and send it to the database and render it as the same ? will it work?

rohandevaki
Автор

how to render a react component inside the markdown like this:
<ReactMarkdown>
<MyComponent />
</ReactMarkdown>

MaariDhanush-bmoe
Автор

Please do an Episode grabbing data from some Rest API from Django Rest Framework, then rendering in react, then with a form you update the database of the API and request back the data for rendering!!

GuitarBeetle
Автор

What did I miss? You showed us how to escape the <h1> tags with escapeHtml={false} but then said it wasn't good to use them so you created 'disallowedTypes' but those choices remove all the content and not just the tags, which confuses me as to why you would want that. So going back to <h1>Hello World</h1>, how do you render just "Hello World" and leave out the <h1></h1>??

jeff-womm