The more i write with @sveltejs, the more i love it.
Makes it rather difficult to make sprawling code. It almost actively resists it?
Would recommend to replace React, if you’re looking for something else.
I managed also rather easily to implement very strict content security policies (without using any unsafe-*). I though do not use SSR, but have a backend in a different technology (rust/rocket).
@hazz223 @sveltejs What do you use as a UI framework? for me svelte material UI works fine, but I did not use it extensively (https://sveltematerialui.com/).
I managed also rather easily to implement very strict content security policies (without using any unsafe-*). I though do not use SSR, but have a backend in a different technology (rust/rocket).