From 5377eaf5f4e67ce0d67d4083b60de7fa6b415715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Wed, 4 Sep 2013 15:26:31 -0700 Subject: [PATCH] Update wording --- _posts/2013-06-05-why-react.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2013-06-05-why-react.md b/_posts/2013-06-05-why-react.md index 3ec8f0c6..b9d68d89 100644 --- a/_posts/2013-06-05-why-react.md +++ b/_posts/2013-06-05-why-react.md @@ -20,8 +20,8 @@ These templates dictate the full set of abstractions that you are allowed to use to build your UI. React approaches building user interfaces differently by breaking them into -**components**. This means React uses JavaScript to generate markup, which we -see as an advantage over templates for a few reasons: +**components**. This means React uses a real, full featured programming language +to generate views, which we see as an advantage over templates for a few reasons: - **JavaScript is a flexible, powerful programming language** with the ability to build abstractions. This is incredibly important in large applications.