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

build - Allow builders to generate builders for recursive routes #132

Open
bebraw opened this issue May 2, 2024 · 0 comments
Open

build - Allow builders to generate builders for recursive routes #132

bebraw opened this issue May 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@bebraw
Copy link
Collaborator

bebraw commented May 2, 2024

This should help with the performance further because:

  1. Doing this allows reusing parent dataSources
  2. It defers indexing (more work to be done at workers)
  3. Avoids having to flatten routes

In addition it allows things like metadata composition (Blog -> Blog - Foo).

@bebraw bebraw added the enhancement New feature or request label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant