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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Step 1: Use Recoil atom for the currently selected theme's name
Step 2: Use Recoil selector for the currently selected theme object
Step 3: Add
useTheme()
,useToggleTheme()
React hooksStep 4: Save/restore the currently selected theme name to/from
localStorage
Step 5: Add
ThemeProvider
to the top-level React componentSee
app/theme/index.ts
Resources
Beta Was this translation helpful? Give feedback.
All reactions