diff --git a/src/data/categories/react.yaml b/src/data/categories/react.yaml index a8c9054b26..b49a190479 100644 --- a/src/data/categories/react.yaml +++ b/src/data/categories/react.yaml @@ -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.*