to implement themes on a portfolio web app......and I cant figure out how I can have two themes and let user 1 choose theme A and user 2 and user 3 choose theme B. How do I build this functionality? How do I tell node to send this data for this user using this theme? How do I tell node to serve this theme for this specific user?
Just load the chosen option from user settings stored in some database, and apply that option as a part of the path to a CSS file for example
Обсуждают сегодня