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
With #806 we are now using a React State to track the text box. Based on this, we can make the search happen 'live' with every state change. That way we won't need to even hit enter or click the button.
React is quite smart with vdom refreshes around this kind of search, so the performance should be quite good.
The text was updated successfully, but these errors were encountered:
With #806 we are now using a React State to track the text box. Based on this, we can make the search happen 'live' with every state change. That way we won't need to even hit enter or click the button.
React is quite smart with vdom refreshes around this kind of search, so the performance should be quite good.
The text was updated successfully, but these errors were encountered: