Skip to content

Commit

Permalink
Made et cetera more clear in lists
Browse files Browse the repository at this point in the history
Co-authored-by: Firas Altayeb <[email protected]>
Co-authored-by: Josh Borut <[email protected]>
  • Loading branch information
firasAltayeb and joshborut committed Oct 13, 2024
1 parent 33c2f78 commit 0c6403a
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions website/docs/concepts/about_hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ In general, hooks are helpful for:
- Forms
- Animations
- Reacting to user events
- etc...

As an example, we could use hooks to manually implement a fade-in animation,
where a widget starts invisible and slowly appears.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/introduction/why_riverpod.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ amount of features, such as:
- Cancelling asynchronous requests when no-longer used
- Optimistic UIs
- Offline mode
- ...
- etc...

These features can be tricky to implement, but are crucial for a good user experience.
Yet few packages try to tackle those problems directly, and a lot of the work
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ En général, les hokks sont utiles pour :
- les formulaires
- les animations
- la réaction aux événements de l'utilisateur
- ...
- etc..

Par exemple, nous pourrions utiliser les hooks pour implémenter manuellement une animation en fondu,
où un widget commence invisible et apparaît lentement.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ influencés par un grand nombre de fonctionnalités, telles que :
- rechercher en tapant
- debouncing des requêtes asynchrones
- annulation des requêtes asynchrones lorsqu'elles ne sont plus utilisées
- interfaces utilisateur optimistes
- interfaces utilisateur optimistes
- mode hors ligne
- ...
- etc...

Ces fonctionnalités peuvent être délicates à mettre en œuvre, mais sont cruciales pour
une bonne expérience utilisateur.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Hooks は通常、[TextEditingController](https://api.flutter.dev/flutter/widget
- forms
- animations
- ユーザーイベントへの反応
- ...
- など...

例えば、ウィジェットが見えない状態から徐々に現れるフェードインアニメーションを手動で実装する場合、Hooks を使用することができます。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Riverpod의 provider가 "전역(Global)" 애플리케이션 상태(State)를 위
- 폼(forms)
- 애니메이션(animations)
- 사용자 이벤트에 반응하기(reacting to user events)
- ...
- etc...

예를 들어, 훅(Hooks)를 위젯이 보이지 않다가 서서히 나타나는 페이드인(Fade-in) 애니메이션을 직접 구현하는데 사용할 수 있습니다.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ amount of features, such as:
- cancelling asynchronous requests when no-longer used
- optimistic UIs
- offline mode
- ...
- etc...
-->
- 下拉刷新
- 无限列表/上划加载
Expand Down

0 comments on commit 0c6403a

Please sign in to comment.