Skip to content

Conversation

seanpdoyle
Copy link
Contributor

This commit introduces three additional callbacks:

  • before_reload - evaluated before re-fetching the resource's data with a GET request

  • after_reload - evaluated after re-fetching the resource's data with a GET request

  • around_reload - evaluated around re-fetching the resource's data with a GET request

This commit introduces three additional callbacks:

* `before_reload` - evaluated before re-fetching the resource's data
  with a `GET` request

* `after_reload` - evaluated after re-fetching the resource's data with
  a `GET` request

* `around_reload` - evaluated around re-fetching the resource's data
  with a `GET` request
@rafaelfranca
Copy link
Member

rafaelfranca commented Sep 10, 2025

You forgot to explain why those callbacks are useful. Can you please provide a use case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants