Update a-component-using-external-plugins.md (#1655)

This commit is contained in:
Sophie Alpert
2019-02-09 12:54:41 -08:00
committed by GitHub
parent e3cf542e75
commit 0ef383a1ff

View File

@@ -4,4 +4,4 @@ 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.
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.