@@ -8,8 +8,9 @@ cases the :ref:`**Basic Hooks**` should be enough, however the remaining
88
99.. note ::
1010
11- Not all of React's built-in hooks have been implemented. In the future they will be
12- added, but if you have a particular need for a missing hook post an issue [GH203 ]_.
11+ Not all of React's built-in hooks have been implemented.
12+ `In the future <https://github.com/idom-team/idom/issues/203 >`_ they will be
13+ added, but if you have a particular need for a missing hook post an issue.
1314
1415.. contents ::
1516 :local:
@@ -243,8 +244,9 @@ elements which check reference equality to prevent unnecessary renders. The of
243244
244245 The list of "dependencies" are not passed as arguments to the function. Ostensibly
245246 though, that is what they represent. Thus any variable referenced by the function
246- must be listed as dependencies. We're working on a linter to help enforce this
247- [GH202 ]_.
247+ must be listed as dependencies. We're
248+ `working on a linter <https://github.com/idom-team/idom/issues/202 >`_ to help
249+ enforce this.
248250
249251
250252
@@ -277,8 +279,9 @@ after) and should not incur side effects.
277279
278280 The list of "dependencies" are not passed as arguments to the function ostensibly
279281 though, that is what they represent. Thus any variable referenced by the function
280- must be listed as dependencies. We're working on a linter to help enforce this
281- [GH202 ]_.
282+ must be listed as dependencies. We're
283+ `working on a linter <https://github.com/idom-team/idom/issues/202 >`_
284+ to help enforce this.
282285
283286
284287use_ref
@@ -302,11 +305,13 @@ hook alongside :ref:`use_effect` or in response to element event handlers.
302305**Rules of Hooks **
303306------------------
304307
305- Under construction...
308+ Under construction... for now refer to
309+ `React's documentation <https://reactjs.org/docs/hooks-rules.html >`_ on this topic.
306310
307311.. note ::
308312
309- We're working on a linter to help enforce the rules [GH202 ]_.
313+ We're `working on a linter <https://github.com/idom-team/idom/issues/202 >`_ to help
314+ enforce the rules.
310315
311316
312317.. links
0 commit comments