openworm / geppetto-client

The web client of a Geppetto application
Other
4 stars 2 forks source link

Search component #340

Open ddelpiano opened 4 years ago

ddelpiano commented 4 years ago

one note: The search component initialise the filters from the configuration and so from one prop, this could be potentially an anti pattern if the state can diverge from the prop and we can have 2 different source of truth, in reality it's not since the prop it's used only in the initialisation and from that point the source of truth is the state itself.