ProjectMirador / research-and-demos

Proofs of concept for Mirador 3
10 stars 8 forks source link

breaks out form submit to its own component (write) #27

Closed mejackreed closed 6 years ago

mejackreed commented 6 years ago

Aims to address "Two components updating from the same change to the state". Now we have two separate components ManifestForm and Display both using the Redux state and connected via App. Also ManifestForm intentionally updates state to App lastRequested not via Redux to show that not every piece of state will need to be part of Redux.