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: src/React/Basic/Hooks.purs
-13
Original file line number
Diff line number
Diff 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 }`.
0 commit comments