Files
react.dev/content/home/examples/a-component-using-external-plugins.md
Brian Vaughn f5aaf4c1b4 Moved home page example code to /content/home
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.
2017-11-06 13:01:13 +00:00

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.