Files
react.dev/content/home/examples/a-component-using-external-plugins.md
2019-01-02 19:07:45 +00:00

8 lines
300 B
Markdown

---
title: A Component Using External Plugins
order: 3
domid: markdown-example
---
React is flexible and provides hooks that allow you to interface with other libraries and frameworks. This example uses **remarkable**, an external Markdown library, to convert the `<textarea>`'s value in real time.