Skip to main content

💻 7 ways to persist state in frontend

  • April 12, 2023
  • 1 reply
  • 150 views
💻 7 ways to persist state in frontend
Lais Laudari

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

genietim
Forum|alt.badge.img+12
  • Legend
  • 412 replies
  • April 13, 2023

I love these technical reports, thanks for sharing!