What would be a good way to trigger refetch outside the component?
I tried extracting the createResource outside the Tasks component, but that means it'll fetch as soon as component is imported. Is there a better way other than passing down the props?