Subham Singhblogs.subhamsingh.tech·May 20, 2024Implementing Auto-Save in React with Custom HooksAuto-save is a crucial feature for enhancing user experience by saving user input automatically. It can be useful in the case of Forms, text editors, draft-saving, etc. We'll create a custom useAutosave hook that leverages useEffect and useRef hooks ...98 readsReact
Namito Yokotablogs.namitoyokota.com·May 13, 2024Autosaving user inputsA few weeks into joining a new project, we received a bug report in our production environment. The error was from Dynamo DB: Throughput exceeded exception Your request rate is too high. The AWS SDKs for DynamoDB automatically retry requests that rec...1 likeTypeScript