From 57baeb12987f788f39005586cd6416530058c0d9 Mon Sep 17 00:00:00 2001 From: Tay Yang Shun Date: Tue, 24 Oct 2017 04:05:40 +0800 Subject: [PATCH] Shift out examples content --- .../a-component-using-external-plugins.md | 7 + content/examples/a-simple-component.md | 9 + content/examples/a-stateful-component.md | 7 + content/examples/an-application.md | 7 + src/pages/index.js | 156 ++++++++---------- 5 files changed, 96 insertions(+), 90 deletions(-) create mode 100644 content/examples/a-component-using-external-plugins.md create mode 100644 content/examples/a-simple-component.md create mode 100644 content/examples/a-stateful-component.md create mode 100644 content/examples/an-application.md diff --git a/content/examples/a-component-using-external-plugins.md b/content/examples/a-component-using-external-plugins.md new file mode 100644 index 00000000..80908946 --- /dev/null +++ b/content/examples/a-component-using-external-plugins.md @@ -0,0 +1,7 @@ +--- +title: A Component Using External Plugins +order: 3 +example_name: markdownExample +--- + +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 `