Hello from @nillion/client-* 👋
+Original data: {JSON.stringify(data)}
+1. Store data
+ +-
+
- Status: {storeValue.status} + {id &&
- Id: {id} } +
2. Read data
+ +-
+
- Status: {fetchValue.status} +
- Updated at: {updatedAtTs} +
- + From cache:{" "} + {Boolean( + fetchValue.isFetched && !fetchValue.isFetchedAfterMount, + ).toString()} + + {fetchValue.data &&
- Data: {JSON.stringify(fetchValue.data)} } +