Skip to content

Remove redux dependency? #1

@AndrewRayCode

Description

@AndrewRayCode

I haven't used this component yet in a project, but hard coding any data management dependency reduces the portability of a React component. Generally reusable components store everything in state and expose changes through callbacks like this.props.onChange. If your motivations are to have this be a reusable component I don't think you can keep redux in the mix. Otherwise it looks and feels great!

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions