You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Wherever applicable, our aim is to offer full support for these features in all supported frontends.
<head>
tag from within a component)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.
The text was updated successfully, but these errors were encountered: