Skip to content

Commit

Permalink
#90 перевод
Browse files Browse the repository at this point in the history
  • Loading branch information
bndby committed Mar 14, 2024
1 parent a949f5b commit aae84d4
Show file tree
Hide file tree
Showing 3 changed files with 835 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ hide:

[:octicons-arrow-right-24: React и Typescript](types/index.md)

[:octicons-arrow-right-24: Типизация Redux](./types/redux.md)

- :simple-nextdotjs:{ .lg .middle } **Старт**

***
Expand Down
6 changes: 6 additions & 0 deletions docs/types/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ description: Типизированный React

# ![TS](../ts.svg){: style="height:32px;width:32px;vertical-align:middle;"} + ![React](../react.svg){: style="height:32px;width:32px;vertical-align:middle;"} React и Typescript

React:

- [Типизированный React](048.md)
- [Функциональные компоненты](049.md)
- [Классовые компоненты](050.md)
- [Универсальные компоненты](051.md)
- [Типизированные хуки](052.md)
- [Контекст (Context)](053.md)
- [HOC (Higher-Order Components)](054.md)

Redux:

- [Типизация Redux](./redux.md)
Loading

0 comments on commit aae84d4

Please sign in to comment.