Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The methods are named after their React / Relay counterparts. Their functionalit
* Creates a container that wraps the original ReactClass.
* The container performs queries and passes query results as props to the original ReactClass.
* Possible `options` are the `initialVariables`, `prepareVariables` function, `shouldContainerUpdate` function, and the `fragments` definitions.
* [Example usage](https://github.com/RickWong/react-transmit/blob/c0266b061a2cfa7030500b932f3a88bf195e4465/src/example/Newsfeed.js#L50-L73)
* [Example usage](https://github.com/RickWong/react-transmit/blob/0c09eb6335309ef2c57496249bbd3d1c74fd1f10/src/example/Newsfeed.js#L47-L76)

#### `render(ReactClass, optionalProps, targetDOMNode, completeCallback) : void`

Expand Down