https://github.com/sydinh/react-hoc-example
My best practices with React Higher-Order Components :dizzy:
https://github.com/sydinh/react-hoc-example
my-repo react react-hoc
Last synced: over 1 year ago
JSON representation
My best practices with React Higher-Order Components :dizzy:
- Host: GitHub
- URL: https://github.com/sydinh/react-hoc-example
- Owner: sydinh
- Created: 2018-06-10T09:51:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T08:33:12.000Z (over 7 years ago)
- Last Synced: 2025-01-24T12:14:00.489Z (over 1 year ago)
- Topics: my-repo, react, react-hoc
- Language: HTML
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Higher-Order Component Example
> const EnhancedComponent = higherOrderComponent(WrappedComponent);
## Quick start
* To install all dependencies, apply `npm install` or `yarn`.
* To begin the development, run `npm start` or `yarn start`.
* To create a production bundle, use `npm run build` or `yarn build`.