Skip to content

Commit

Permalink
Merge pull request #2108 from bgoonz/restyled/restyled/cms/blog-categ…
Browse files Browse the repository at this point in the history
…ories/react
  • Loading branch information
bgoonz authored May 5, 2022
2 parents b541b4b + 5ec3d8f commit de7c75e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/data/categories/react.yaml
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.*

1 comment on commit de7c75e

@vercel
Copy link

@vercel vercel bot commented on de7c75e May 5, 2022

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:

Resource is limited - try again in 4 hours (more than 100, code: "api-deployments-free-per-day").

Please sign in to comment.