We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Added info about `:key-fn` to build, and how to avoid a react-warning in `build-all`
Update link to React docs for `React key`
Updated get-props to clarify that although props is *usually* a cursor, it need not always be so.
Updated Documentation (markdown)
Indicate that korks is an optional argument to set-state!
new line for more readability
Consistency
add reference cursor functions
Added docs for path, state and value
remove cursor language from build, build*, build-all docs
Clarify tx-listen function arguments and add missing mention of root cursor. The root cursor mention is also missing in the code docs (https://github.com/swannodette/om/blob/master/src/om/core.cljs#L810)
Forgot IWillReceiveProps
Bold information about using om/get-props
Add detach-root documentation
Improved the docs for IDidMount. It implied you should call (get-node this), which actually throws a confusing error.
Correction: init-state is not replaced but combined with IInitState's map, the latter taking precedence
Mention that (build .. {:init-state ..}) ignored if the the component reifies IInitState
Fix markdown mistake
Add component macro documentation
Use #js instead of clj->js, fix highlighting
Corrected grammar typo
Merge branch 'master' of github.com:swannodette/om.wiki