Skip to content

Commit cdc2476

Browse files
committed
Remove redunant/outdated docs
1 parent 80600ec commit cdc2476

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/React/Basic/Hooks.purs

-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
-- | This is an experimental implementation of React hooks on [react-basic](https://github.com/lumihq/purescript-react-basic).
2-
-- |
3-
-- | *Warning:* This API is *experimental* and relies on alpha-release React versions.
4-
-- | It's here to allow experimentation while we get feedback on the API and wait for an official React release which supports hooks.
5-
-- | For more info on hooks, see [React's documentation](https://reactjs.org/docs/hooks-intro.html).
6-
-- |
7-
-- | It's also recommended while using this module to use PureScript's new "qualified do" syntax (it's used in the examples, `React.do`).
8-
-- | It's available in the `0.12.2` release.
9-
-- |
10-
-- | If we prefer this API over the existing react-basic API, we may eventually replace it with this.
11-
-- |
12-
-- | *A note on Refs:* The `Ref` type is useful for passing to DOM nodes, but while this module remains a small extension to the existing react-basic library it won't be possible to pass a `ref` prop to the native DOM components.
13-
-- | In the meantime, use `element (unsafeCreateDOMComponent "div") { ref: elementRef }`.
141
module React.Basic.Hooks
152
( component
163
, memo

0 commit comments

Comments
 (0)