Skip to content

Commit

Permalink
README from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Mar 25, 2019
1 parent e9b80ef commit 1c13a72
Showing 1 changed file with 30 additions and 26 deletions.
56 changes: 30 additions & 26 deletions packages/element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,16 +239,6 @@ Checks if an object is a valid WPElement

`boolean`: true if objectToTest is a valid WPElement and false otherwise.

### lazy

[src/index.js#L1-L1](src/index.js#L1-L1)

The React.lazy function lets you render a dynamic import as a regular component.

**Parameters**

- **loadFunction** `function`: A function that must call a dynamic import(). This must return a Promise which resolves to a module with a default export containing a React component.

### RawHTML

[src/index.js#L5-L5](src/index.js#L5-L5)
Expand Down Expand Up @@ -299,12 +289,6 @@ Serializes a React element to string.

Component that activates additional checks and warnings for its descendants.

### Suspense

[src/index.js#L1-L1](src/index.js#L1-L1)

Component to do code-splitting by wrapping a dynamic import.

### switchChildrenNodeName

[src/index.js#L1-L1](src/index.js#L1-L1)
Expand Down Expand Up @@ -334,61 +318,81 @@ Removes any mounted element from the target DOM node.

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#usecallback>

### useContext

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#usecontext>

### useDebugValue

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#usedebugvalue>

### useEffect

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#useeffect>

### useImperativeHandle

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#useimperativehandle>

### useLayoutEffect

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#uselayouteffect>

### useMemo

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#usememo>

### useReducer

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#usereducer>

### useRef

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#useref>

### useState

[src/index.js#L1-L1](src/index.js#L1-L1)

Make React Hooks available
**Related**

- <https://reactjs.org/docs/hooks-reference.html#usestate>


<!-- END TOKEN(Autogenerated API docs) -->
Expand Down

0 comments on commit 1c13a72

Please sign in to comment.