Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f532a8 commit d6edc11Copy full SHA for d6edc11
docs/_posts/2013-06-05-why-react.md
@@ -21,7 +21,7 @@ to build your UI.
21
22
React approaches building user interfaces differently by breaking them into
23
**components**. This means React uses a real, full featured programming language
24
-to generate views, which we see as an advantage over templates for a few reasons:
+to render views, which we see as an advantage over templates for a few reasons:
25
26
- **JavaScript is a flexible, powerful programming language** with the ability
27
to build abstractions. This is incredibly important in large applications.
0 commit comments