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

missing frontend features #164

Open
terrablue opened this issue Oct 13, 2024 · 0 comments
Open

missing frontend features #164

terrablue opened this issue Oct 13, 2024 · 0 comments
Labels
modules modules / ecosystem

Comments

@terrablue
Copy link
Contributor

Wherever applicable, our aim is to offer full support for these features in all supported frontends.

  • SSR
  • Hydration and fetch-based browsing (SPA)
  • Recursive layouts (the ability to recursively include layouts within each other)
  • Head component (manipulate the <head> tag from within a component)
  • I18N (a component for internationalizing strings and changing locales)

Currently, only React, Solid and Svelte fulfill all these criteria. Other frameworks have partial support (Angular has SSR and hydration, while Vue only has SSR). SSR is always supported.

Please comment if you're missing a specific feature for a given frontend, preferably with your use case. This is a meta-issue and we will fork out as necessary.

@terrablue terrablue added the modules modules / ecosystem label Oct 13, 2024
@terrablue terrablue pinned this issue Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
modules modules / ecosystem
Projects
None yet
Development

No branches or pull requests

1 participant