We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
useDefferedValue
For debouncing the user keyboard input, we uses following React component. It would be nice if it is replaced by using useDefferredValue hook which is introduced in the latest React release. https://github.com/optuna/optuna-dashboard/blob/main/optuna_dashboard/ts/components/Debounce.tsx
useDefferredValue
See the following article for details. https://medium.com/@mujaffarhssn/say-goodbye-to-debouncing-use-usedeferredvalue-hook-7af7742d4456
The text was updated successfully, but these errors were encountered:
useDeferredValue
DebounceInputTextField
No branches or pull requests
For debouncing the user keyboard input, we uses following React component. It would be nice if it is replaced by using
useDefferredValue
hook which is introduced in the latest React release.https://github.com/optuna/optuna-dashboard/blob/main/optuna_dashboard/ts/components/Debounce.tsx
See the following article for details.
https://medium.com/@mujaffarhssn/say-goodbye-to-debouncing-use-usedeferredvalue-hook-7af7742d4456
The text was updated successfully, but these errors were encountered: