react: awkwardly change the description
This commit is contained in:
parent
340e7ac6ca
commit
bc801326fc
|
@ -4,8 +4,8 @@
|
|||
elsif page.description
|
||||
%}{{ page.description }}{%
|
||||
elsif page.type == 'article'
|
||||
%}A comprehensive cheatsheet for {{ page.title }}.{%
|
||||
%}One-page reference for {{ page.title }}: usage, examples, links, snippets, and more.{%
|
||||
else
|
||||
%}A comprehensive cheatsheet for {{ page.title }}.{%
|
||||
%}One-page reference for {{ page.title }}: usage, examples, links, snippets, and more.{%
|
||||
endif
|
||||
%}
|
||||
|
|
2
react.md
2
react.md
|
@ -7,7 +7,7 @@ tags: [Featured]
|
|||
updated: 2017-10-10
|
||||
weight: -10
|
||||
intro: |
|
||||
[React](https://reactjs.org/) is a JavaScript library for building user interfaces. This guide targets React v15 to v16.
|
||||
One-page reference to [React](https://reactjs.org/)'s components, lifecycle hooks, with examples and more. React is a JavaScript library for building user interfaces. This guide targets React v15 to v16.
|
||||
---
|
||||
|
||||
{%raw%}
|
||||
|
|
Loading…
Reference in New Issue