You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/hooks-faq.md
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -990,22 +990,12 @@ Có một danh sách ngầm của “các vùng ghi nhớ” liên kết với t
990
990
991
991
Hook tổng hợp ý tưởng từ nhiều nguồn khác nhau:
992
992
993
-
<<<<<<< HEAD
994
993
* Trãi nghiệm trước đây của chúng tôi với APIs functional trong repo [react-future](https://github.com/reactjs/react-future/tree/master/07%20-%20Returning%20State).
995
994
* Kinh nghiệm từ cộng đồng sử dụng React với render prop APIs, gồm [Ryan Florence](https://github.com/ryanflorence)'s [Reactions Component](https://github.com/reactions/component).
996
995
*[Dominic Gannaway](https://github.com/trueadm)'s [`adopt` keyword](https://gist.github.com/trueadm/17beb64288e30192f3aa29cad0218067) đề xuất một syntax đẹp hơn cho render props.
997
996
* State variables và state cells trong [DisplayScript](http://displayscript.org/introduction.html).
998
997
*[Reducer components](https://reasonml.github.io/reason-react/docs/en/state-actions-reducer.html) trong ReasonReact.
999
998
*[Subscriptions](http://reactivex.io/rxjs/class/es6/Subscription.js~Subscription.html) trong Rx.
1000
999
*[Algebraic effects](https://github.com/ocamllabs/ocaml-effects-tutorial#2-effectful-computations-in-a-pure-setting) trong Multicore OCaml.
1001
-
=======
1002
-
* Our old experiments with functional APIs in the [react-future](https://github.com/reactjs/react-future/tree/main/07%20-%20Returning%20State) repository.
1003
-
* React community's experiments with render prop APIs, including [Ryan Florence](https://github.com/ryanflorence)'s [Reactions Component](https://github.com/reactions/component).
1004
-
*[Dominic Gannaway](https://github.com/trueadm)'s [`adopt` keyword](https://gist.github.com/trueadm/17beb64288e30192f3aa29cad0218067) proposal as a sugar syntax for render props.
1005
-
* State variables and state cells in [DisplayScript](http://displayscript.org/introduction.html).
1006
-
*[Reducer components](https://reasonml.github.io/reason-react/docs/en/state-actions-reducer.html) in ReasonReact.
1007
-
*[Subscriptions](http://reactivex.io/rxjs/class/es6/Subscription.js~Subscription.html) in Rx.
1008
-
*[Algebraic effects](https://github.com/ocamllabs/ocaml-effects-tutorial#2-effectful-computations-in-a-pure-setting) in Multicore OCaml.
1009
-
>>>>>>> 0bb0303fb704147452a568472e968993f0729c28
1010
1000
1011
1001
[Sebastian Markbåge](https://github.com/sebmarkbage) nghĩ ra thiết kế đầu tiên cho Hook, sau đó được chỉnh sửa bởi [Andrew Clark](https://github.com/acdlite), [Sophie Alpert](https://github.com/sophiebits), [Dominic Gannaway](https://github.com/trueadm), và các thành viên khác trong React team.
0 commit comments