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
If we can support server-rendering Svelte components with Django and running Svelte code client-side, it will help us to reuse components between pages, enable richer user interactions, and maintain a consistent set of frontend technologies across products.
To start, let's simply get Svelte installed, compiling, and running attached to a Django template so we can evaluate it. The django-svelte may be helpful in accomplishing this.
The text was updated successfully, but these errors were encountered:
If we can support server-rendering Svelte components with Django and running Svelte code client-side, it will help us to reuse components between pages, enable richer user interactions, and maintain a consistent set of frontend technologies across products.
To start, let's simply get Svelte installed, compiling, and running attached to a Django template so we can evaluate it. The
django-svelte
may be helpful in accomplishing this.The text was updated successfully, but these errors were encountered: