add typescript

This commit is contained in:
2025-02-28 14:39:31 +03:00
parent 7d94ca6021
commit 99dffd0a1d
135 changed files with 1098 additions and 349 deletions

5
docs/react/01-intro.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 1
---
# Зачем нужен React

5
docs/react/02-v-dom.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 2
---
# Виртуальный DOM

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 3
---
# Жизненный цикл компонента

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 4
---
# Состояние и пропсы компонентов

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 5
---
# Базовые хуки React

5
docs/react/06-hocs.md Normal file
View File

@@ -0,0 +1,5 @@
---
sidebar_position: 6
---
# Что такое HOC

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 7
---
# Хуки оптимизации и кэширования

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 8
---
# Прочие хуки React

View File

@@ -0,0 +1,5 @@
---
sidebar_position: 9
---
# Render portal

View File

@@ -0,0 +1,7 @@
{
"label": "React",
"position": 5,
"link": {
"type": "generated-index"
}
}