Reactjs – How would you update a react state variable at the start of every day using a node server?
I have a React state variable for an array of todos, each of which is a javascript object with a "daysRemaining" property. At the start of every day (12 AM), I want to iterate through this array and decrement the…