Persist theme between routes / localStorage alternative?
Unanswered
Huntaway posted this in #help-forum
Original message was deleted.
5 Replies
i think using context api would be a good practice for holding or toggling theme states
and i have a question, can you actually get the local storage in userTheme state?
idk if it works correctly, you might wanna try useEffect for this
@Kryp Arnold and i have a question, can you actually get the local storage in userTheme state?
Huntaway
When testing locally it works (and console warns me), but it gives me an error when building. So overall, no.
@Kryp Arnold i think using context api would be a good practice for holding or toggling theme states
Huntaway
Yeah, I'm using it (as shown above) but I'm starting to think it's not the best solution for server-side(ish) next