https://github.com/penx/manage-state
https://github.com/penx/manage-state
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/penx/manage-state
- Owner: penx
- Created: 2017-11-15T16:43:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T21:21:44.000Z (over 5 years ago)
- Last Synced: 2025-06-03T02:19:20.766Z (8 months ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Manage State
Higher order component to wrap components that expect to have their state managed by their parent by lifting state up.
e.g. to easily demo a state managed component in StoryBook.
Intended functionality is to support any components that follow the patterns listed in the following links:
- https://reactjs.org/docs/lifting-state-up.html
- https://redux-form.com/7.1.2/docs/faq/customcomponent.md/
- https://redux-form.com/7.1.2/docs/api/field.md/