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

feat!: support hybrid rendering #104

Merged
merged 2 commits into from
Jun 18, 2024
Merged

feat!: support hybrid rendering #104

merged 2 commits into from
Jun 18, 2024

Conversation

atinux
Copy link
Owner

@atinux atinux commented Jun 18, 2024

Added support for:

  • Pre-rendering
  • CSR / SPA
  • SWR / Cached routes (need nitro nightly)

Added the <AuthState> component to display & use the user session data / utils in the components without worrying about the page rendering mode 👌

See the updated readme about hybrid rendering.

Resolves #29

@atinux atinux changed the title feat: support hybrid rendering feat!: support hybrid rendering Jun 18, 2024
@atinux atinux merged commit f968c4d into main Jun 18, 2024
3 checks passed
@atinux atinux deleted the feat/hybrid-rendering branch June 18, 2024 01:08
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

Successfully merging this pull request may close these issues.

Why only server side
1 participant