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

Separate Static and Dynamic components for the listing page #5

Open
debuggingfuture opened this issue Dec 13, 2024 · 1 comment
Open

Comments

@debuggingfuture
Copy link
Member

Currently we render listing page (/httpcat) on demand to catch newly uploaded images onto a storacha space

As most images are known, we are better off to pre-render the page itself and create separate client side component to catch the new ones

@debuggingfuture debuggingfuture changed the title Separate Static and Dynamic compoennts for the list Separate Static and Dynamic components for the list Dec 13, 2024
@debuggingfuture debuggingfuture changed the title Separate Static and Dynamic components for the list Separate Static and Dynamic components for the listing page Dec 13, 2024
@debuggingfuture
Copy link
Member Author

Exploring Server islands where part of the page is render dynamic
it is necessary to deduplicate existing ones

https://docs.astro.build/en/guides/server-islands/

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