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
The wheel was reinvented. Let's take advantage of popular libraries that do the job for us:
useColorScheme
next-i18next
UserSlice
The text was updated successfully, but these errors were encountered:
Arthi-chaud
No branches or pull requests
The wheel was reinvented. Let's take advantage of popular libraries that do the job for us:
useColorScheme
hook to access the current theme (light/dark) (Closed with Front: Use CSS Variables #609)next-i18next
to handle translations and language preferences (Closed with Front: i18n without redux #611)UserSlice
, we could get rid of it, and write a custom hook that relies on react-queryThe text was updated successfully, but these errors were encountered: