Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

#8: updated readme with HOC decorator information #9

Conversation

zwenza
Copy link
Contributor

@zwenza zwenza commented Dec 11, 2017

I updated our README with information about decorators (see issue #8)

@codecov-io
Copy link

codecov-io commented Dec 11, 2017

Codecov Report

Merging #9 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #9   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines         182    182           
  Branches       38     38           
=====================================
  Hits          182    182

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 79ad393...1e9bfec. Read the comment docs.

README.md Outdated
If you don't want or cannot add this plugin to you webpack config you need to use the HOC as a
function (like the ``connect()`` HOC of Redux).

Example: ``export default input()(BasicInput)``
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this has to be:
export default Input(BasicInput)

or am I wrong?

@dsumer dsumer merged commit 8cde411 into cat-react:master Jan 29, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants