An open API service indexing awesome lists of open source software.

https://github.com/penx/manage-state


https://github.com/penx/manage-state

Last synced: 7 months ago
JSON representation

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/