pierrejeambrun commented on issue #45207:
URL: https://github.com/apache/airflow/issues/45207#issuecomment-2578029021

   Basically to get started we need 2 mutations (Create and Delete Favories) 
and 1 fetch (retrieve favorites).
   
   You can wrap those read-write from the Local Storage into a `rect-query`. 
This way it's agnostic for our application code if the query is fetching data 
from the API or from the local storage benefiting from the powerful react-query 
interface (isLoading, isSuccess, Caching, retries, data sharing and 
invalidation etc.)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to