Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create BlogCategories “react” #1901

Merged
merged 2 commits into from
Apr 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/data/categories/react.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
id: react
title: React
description: >-
### 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.***


*Declarative views make your code more predictable and easier to debug.*


### Component-Based


*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.*