-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2108 from bgoonz/restyled/restyled/cms/blog-categ…
…ories/react
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
id: react | ||
title: React | ||
description: >- | ||
### Declarative | ||
### Declarative | ||
***React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.*** | ||
***React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes.*** | ||
*Declarative views make your code more predictable and easier to debug.* | ||
*Declarative views make your code more predictable and easier to debug.* | ||
### Component-Based | ||
### Component-Based | ||
*Build encapsulated components that manage their own state, then compose them to make complex UIs.* | ||
*Build encapsulated components that manage their own state, then compose them to make complex UIs.* | ||
*Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.* | ||
*Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.* |
de7c75e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deployment failed with the following error: