Best way to store small UI user preferences in web app? [closed]

If it’s so small you should probably store the UI settings json object in your own database.

That will leave users with less problems at their end, like cache clearance and local storage unsupported browsers.

It will also make it possible for users to use the UI settings across different computers or browsers.

Leave a Comment