Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Templates context and use templates query hook directly #644

Open
stalniy opened this issue Jan 15, 2025 · 0 comments
Open

Remove Templates context and use templates query hook directly #644

stalniy opened this issue Jan 15, 2025 · 0 comments

Comments

@stalniy
Copy link
Contributor

stalniy commented Jan 15, 2025

Why

Currently templates are fetched despite the fact whether they are needed or not that specific page. We want to call /templates endpoint only if they are needed

What

Remove Templates context and use templates query hook directly (or write a wrapper around it if it's required)

Acceptance

  • /templates endpoint is not called if templates are not used on that page
  • ensure /templates endpoint is called only once on page load and its response is reused between components
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant