Browse Source

Update wording

main
Paul O’Shannessy 12 years ago
parent
commit
5377eaf5f4
  1. 4
      _posts/2013-06-05-why-react.md

4
_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. to build your UI.
React approaches building user interfaces differently by breaking them into React approaches building user interfaces differently by breaking them into
**components**. This means React uses JavaScript to generate markup, which we **components**. This means React uses a real, full featured programming language
see as an advantage over templates for a few reasons: 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 - **JavaScript is a flexible, powerful programming language** with the ability
to build abstractions. This is incredibly important in large applications. to build abstractions. This is incredibly important in large applications.

Loading…
Cancel
Save