mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
8 lines
265 B
Markdown
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.
|