Skip to content

Commit a6ebc06

Browse files
authored
Update hooks-faq.md
1 parent 41aef62 commit a6ebc06

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

content/docs/hooks-faq.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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
990990

991991
Hook tổng hợp ý tưởng từ nhiều nguồn khác nhau:
992992

993-
<<<<<<< HEAD
994993
* 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).
995994
* 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).
996995
* [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.
997996
* State variables và state cells trong [DisplayScript](http://displayscript.org/introduction.html).
998997
* [Reducer components](https://reasonml.github.io/reason-react/docs/en/state-actions-reducer.html) trong ReasonReact.
999998
* [Subscriptions](http://reactivex.io/rxjs/class/es6/Subscription.js~Subscription.html) trong Rx.
1000999
* [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
10101000

10111001
[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

Comments
 (0)