Files
react.dev/content/home/examples/a-component-using-external-plugins.md
2019-02-09 12:54:41 -08:00

8 lines
265 B
Markdown

---
title: A Component Using External Plugins
order: 3
domid: markdown-example
---
React allows 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.