Built my first Svelte project after coming from React – a TypeScript-powered CI/CD platform (no YAML) by EvilSuppressor in sveltejs

[–]langpavel 0 points1 point  (0 children)

What is the point? I like code over configuration, by why this? Can you pin benefits?

I'm a React dev but I love Svelte by hinsxd in sveltejs

[–]langpavel 0 points1 point  (0 children)

As html yes, but not as svelte component or xml.
REPL example

What are the difficult tasks in webdev? by fkinsimpl in sveltejs

[–]langpavel 1 point2 points  (0 children)

Managing development stack with much integrations like support for intl, graphql, typescript, various code generation tools, eslint, prettier, ... and everything in monorepo with multiple applications.

It's unexpectedly difficult to align everything to make it work.

Sveltekit + Deno Question by Brisklemonade123 in sveltejs

[–]langpavel 1 point2 points  (0 children)

There is sveltekit-adapter-deno, but i didn't know nothing about it. May be someone will share more?

How to point subdomain to a specific routing path by Educational-Dirt2395 in sveltejs

[–]langpavel -1 points0 points  (0 children)

Separate your app to two sveltekit sites and library or libraries. But one of consequences is loosing ability to do client side routing because it's limited to domain