This message was deleted.
# intros
s
This message was deleted.
r
Welcome @Balaji Venkatesh 👋
w
Nice to meet you @Balaji Venkatesh how are you enjoying svelt? I've used it a lot over the last 2 years.
b
Its actually good compared to angular
A lot simpler and quicker
w
Yeah I agree! I like the simplicity. Are you using SvelteKit or TypeScript as well?
b
Just vanilla svelte and our application is evolving ever since. Svelte kit wasnt available when we started on the migration
Typescript is an addition since the last one year
How about you? What kind of svelte stack do you use
For build tooling, unit testing, e2e testing etc
w
Wow soo you adopted very early, we picked it up when typescript was available but before SvelteKit we started with Sapper but recently migrated to SvelteKit
b
Sveltekit is way more structured than sapper and make use of less boilerplate
w
We are using vite and vitest which are super fast - I must confess we haven't set up e2e tests because it's a side project / start up we are moving quickly as we try a ton of things. I'll probably regret it later on. 😅 What are you using?
b
Vite, jest and playwright
Playwright is just getting introduced