Login
Remember
Register
Ask a Question
What are the sources used for introducing hooks in ReactJS?
0
votes
asked
Nov 8, 2023
in
ReactJS
by
GeorgeBell
What are the sources used for introducing hooks in ReactJS?
reactjs-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 8, 2023
by
GeorgeBell
Hooks got the ideas from several different sources. Below are some of them,
Previous experiments with functional APIs in the react-future repository
Community experiments with render prop APIs such as Reactions Component
State variables and state cells in DisplayScript.
Subscriptions in Rx.
Reducer components in ReasonReact.
...