Long forms are boring to fill. And you whats worse losing half filled form data and refilling again. We hadnrequirement of persisting data filled by user. So they can login from any machine and carry you their filling of form. Old school way of doing this is saving all this info on backend by bypassing valiation/callbacks. We wanted something simpler. In this talk I will go in detail of how we solved this.
Outline
We have a react-redux app.
- First will discuss data persisting issue with Redux. On refersh redux loses all data
- Explain how we can solve this using redux-persist
- Issue with redux-persist: currently it supports browser cache
- Next how we can store cache on backend and can access it from different machine
Requirements
Basic Knowledge of React and Redux
Speaker bio
Pratik Shah is react/rails consultant based in Pune.
Slides
https://speakerdeck.com/pratik14/persist-data-across-system
{{ gettext('Login to leave a comment') }}
{{ gettext('Post a comment…') }}{{ errorMsg }}
{{ gettext('No comments posted yet') }}