mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 05:03:07 +00:00
Now examples are trasnformed to GraphQL during build and assembled by the index template. This makes them easier to edit and tie in with their associated markdown description.
7 lines
276 B
Markdown
7 lines
276 B
Markdown
---
|
|
title: A Component Using External Plugins
|
|
order: 3
|
|
---
|
|
|
|
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.
|