In the demo app, I want to add a button to Home.js that will create a new note (with predefined parameters) then update the list? What's the best way to do this? I have no issues with creating the new note, but I'm not sure how to reload the list. I cannot call onLoad() from my onClick function because its within the useEffect. https://github.com/serverless-stack/demo-notes-app/blob/main/frontend/src/containers/Home.js