Skip to content

Category: Questions

Http PUT deletes data that hasn’t been changed

I am trying to edit a JSON data base of shifts. I am writing in Javascript using react. This is my understanding of the PUT syntax: data.json: The result is that the new shift will hold only the fields that have been changed and delete the rest. Any ideas why? Answer I had to send the whole updated shift into

How to filter object array in React

I want to filter movies by genre and country. I can do that in a very weird method. But I wonder what’s the shortcut of filtering. Is there any option that I can filter if the prop or props exist, if not leave the original? Answer Rearrange your data in a way that allows you to enter a single value