Initial GET should be cached and read in render with use().
Refresh GET should clear the promise cache to trigger with use() again.
POST/PUT/DELETE mutations should be done in event handlers with actions.
Initial GET should be cached and read in render with use().
Refresh GET should clear the promise cache to trigger with use() again.
POST/PUT/DELETE mutations should be done in event handlers with actions.