💻 7 ways to persist state in frontend

  • 12 April 2023
  • 1 reply
  • 77 views
💻 7 ways to persist state in frontend
Userlevel 7
Badge +9

Sometimes we want to persist (save) some user data without the complexity of having to send it to the backend. For example, a search filter, a table or list position, a selected tab, or any control or navigation data that is interesting for the users when they return to that page.

We share with you 7 suggestions on how you can store data temporarily so that you can return it to the user when needed.

💡Check it out > https://engineering.pipefy.com/2023/03/24/7-ways-to-persist-state-in-frontend/


1 reply

Userlevel 7
Badge +12

I love these technical reports, thanks for sharing!

Reply