MELD requires redux-based state, so needs reducers, provider and middleware registration in the parent js file. This can look daunting to a newcomer and is essentially boilerplate.
Suggestion: write a wrapper component that can be included that sets all this up, perhaps with additional reducers to register passed in as props.
MELD requires redux-based state, so needs reducers, provider and middleware registration in the parent js file. This can look daunting to a newcomer and is essentially boilerplate. Suggestion: write a wrapper component that can be included that sets all this up, perhaps with additional reducers to register passed in as props.