You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently a lot of the implementation inside searchbar.
But this is an anti-pattern because it force using this component everywhere.
create a searchalicious component that contains all the configuration and is responsible for handling all the state around research queries (it's the one talking tot the backend)
make searchalicious-bar a simpler component that delegate the search action to searchalicious
We currently a lot of the implementation inside searchbar.
But this is an anti-pattern because it force using this component everywhere.
Better do it in conjunction with #275
The text was updated successfully, but these errors were encountered: