Applying function after React Hook has completed synchronously – Reactjs
I am building a react component as a functional component. I am gonna narrow it down here to a minimal problem, you can imagine it as a DataGrid containing data that is fetched from an external API which is saved…