baseballyama / kvelte

The fastest way to build UI with Svelte for Kotlin users
MIT License
24 stars 1 forks source link

Add Hydration disabled mode #5

Open baseballyama opened 2 years ago

baseballyama commented 2 years ago

Creating SSR'd HTML depends on Graal.js But some use-cases maybe get better performance if it simply distributes JavaScript rather than SSR'd HTML. (especially if there are many concurrent accesses).