Тёмный
ViteConf
ViteConf
ViteConf
Подписаться
Beyond fast ⚡️
viteconf.org

Learn how frontend teams are building the next generation of the web with Vite.
Hosted by StackBlitz
WebContainers & AI: Introducing bolt.new
19:18
14 дней назад
Комментарии
@younglee6788
@younglee6788 11 часов назад
inspiring🎉🎉🎉
@GetJesse
@GetJesse День назад
@petursteinn9718
@petursteinn9718 День назад
Nice content, bad sound quality :(
@battmanreturndark4582
@battmanreturndark4582 День назад
amazing
@duckisduckcluck2258
@duckisduckcluck2258 День назад
This is exciting! Within the next year or two, we have been exploring creating a mobile app to pair with our web app, and even though our codebase is currently React, we're not instantly buying in on React Native, instead exploring either investing the time into building a brand new app from scratch with Swift/Kotlin, or a "wrapper-oriented" approach that lets us get super quick wins with even less time than porting over to React Native. The latter would be amazing, because our app is still young and the internal API is unstable, meaning a truly native app would be tricky, since we'd have to constantly be versioning our API to ensure things work across different versions of the backend/mobile app. This adds overhead that is pretty prohibitive. Taurify and the CN tools look awesome. We're already using Tauri for some side projects and it's been excellent - excited to see where this goes, and congratulations to the Tauri team.
@AxelRock
@AxelRock 3 дня назад
That was a really fun presentation Ben, kudos for all the little fun details you added there.
@blessedpigeon6304
@blessedpigeon6304 3 дня назад
8:36 what's an ACON plugin?
@ParkinLin
@ParkinLin 3 дня назад
It's good to see ESM's adoption increase by almost half in the last 2 years!👍
@ouchaibjaouad1864
@ouchaibjaouad1864 4 дня назад
Another masterpice by whiteboard guy 🔥🔥
@electroheadfx
@electroheadfx 4 дня назад
Ben is amazing ;)
@chiubaca
@chiubaca 4 дня назад
Ben is such a boss lol
@AvanaVana
@AvanaVana 4 дня назад
Pretty impressive
@afuzzybearsyoutubechannel2812
@afuzzybearsyoutubechannel2812 4 дня назад
💚🔥💚🔥💚
@erickmoya1401
@erickmoya1401 4 дня назад
Not another REACT framework.
@AvanaVana
@AvanaVana 4 дня назад
More like “one more”…amirite? 😂
@IsayanBros
@IsayanBros 4 дня назад
I was hoping this talk would be more about synchronization issue when it comes to local-first apps, but this was fun still. Thanks Ben!
@tomdelong-j9f
@tomdelong-j9f 4 дня назад
wtf lol
@nil.4
@nil.4 4 дня назад
How is your vscode is the coolest?
@albertoarmando6711
@albertoarmando6711 4 дня назад
All this nonsense is the never ending battle to fix JavaScript problems using more JavaScript. It will continue to grow until dissolution. The immense fragmentation and the underlying language (even with typescript) is driving me away. I have more interesting things to do with my life than to learn yet another JS tool to do a job that I already know how to do. This people are profiting from your time.
@ChrisAurora
@ChrisAurora 4 дня назад
Talking about the "massive inefficiencies in the build pipeline" in vite when we shaved off 95% of the build time of our previous projects compared to vue-cli, is saying something 😂
@pookiepats
@pookiepats 5 дней назад
When you want to celeb more than you want to dev
@relaxwithai
@relaxwithai 5 дней назад
Looking forward to the syncing part
@peterhayman
@peterhayman 5 дней назад
thanks ben! its always fun watching your presentations
@workflowinmind
@workflowinmind 5 дней назад
I would recommend presenting what you are about to showcase, it was a bit of a pain to follow
@adiorthotos
@adiorthotos 5 дней назад
Just use Vue already instead of spending ungodly amounts of efforts recreating it...
@TayambaMwanza
@TayambaMwanza 5 дней назад
What do you mean?
@SR-ti6jj
@SR-ti6jj 5 дней назад
Solid talk
@Gaijin101
@Gaijin101 5 дней назад
Always a pleasure to listen to Daniel Roe
@pookiepats
@pookiepats 5 дней назад
they are financially obligated to keep React just different enough to keep Vercel a no-brainer
@thegrumpydeveloper
@thegrumpydeveloper 6 дней назад
Amazing stuff, real innovation in solid is what has made so many of the other frameworks better. Looking forward to trying this out.
@tririfandani1876
@tririfandani1876 6 дней назад
Awesome ❤ Library authors can now easily have interactive tutorials
@personinousapraham3082
@personinousapraham3082 6 дней назад
Lol I've been working with all these features since basically right Solid Start v1.0 released, on a startup project which has grown pretty huge, now I feel like I actually kind of understand what I've been doing this whole time 😂
@pookiepats
@pookiepats 4 дня назад
Sounds like dumb luck, i dont get why “😂” is appropriate here - achieving competency is humorous now 🤷🏿‍♀️
@soberstudy160
@soberstudy160 6 дней назад
Good talk as usual. Learned a lot...
@tririfandani1876
@tririfandani1876 6 дней назад
Agnostic unified devtools is awesome 🔥 Looking forward to this
@DustinYoung-dr4df
@DustinYoung-dr4df 6 дней назад
What a great communicator.
@kevinli9384
@kevinli9384 6 дней назад
Daniel is sooooo cute! hhhh
@pengain4
@pengain4 7 дней назад
Looks very interesting but quite difficult to wrap your head around it for the first time. Thanks for presenting.
@YessenOrazbaiuly
@YessenOrazbaiuly 8 дней назад
Great job! Good luck in the future
@emee__
@emee__ 9 дней назад
I loved this episode ❤❤❤
@Cahnisama
@Cahnisama 9 дней назад
Take a shot every time "intelligent" is mentioned
@pookiepats
@pookiepats 9 дней назад
good job brother
@blocSonic
@blocSonic 9 дней назад
Unfortunately, for Vue teams, Storybook support leaves a lot to be desired since Vue support feels like an afterthought. My team ended up quickly putting together a static documentation site using Nuxt in our repo using native Vue components. There was so much more flexibility in doing it this way than jumping through the weird hoops required to use Vue within the context of Storybook. As for testing, there's no need to mix your documentation with testing. Storybook is definitely terrific for React projects, though.
@taskyyy
@taskyyy 9 дней назад
14:01 cat bombed
@jgkdmdevienjjgg8866
@jgkdmdevienjjgg8866 10 дней назад
That is so cool
@sambitsahoo2700
@sambitsahoo2700 10 дней назад
I've known and been following his work since early days. this is for the first time I see him talking and feels so proud seeing him in action. thank you for your hard work and all the best.
@Immerse_001
@Immerse_001 10 дней назад
cool
@ch4.hayabusa
@ch4.hayabusa 11 дней назад
Thank you for your hard work! And sorry about the signals debacle.
@jeytii
@jeytii 11 дней назад
I can't believe a PHP framework has been using Vite for over 2 years now while Next, which is one of the most popular JS frameworks today, is still stuck with something that's quite similar to Webpack
@tefkah
@tefkah 9 дней назад
not even similar, it's still using webpack for prod builds
@zeroliuxiyuan
@zeroliuxiyuan 11 дней назад
This is HUGE! Can't wait to test it out in my project. The fact that it doesn't require storybook dev server to run the test is great! I have been running storybook test in chromatic and they are very expensive. This will save me a lot of $$$
@rand0mtv660
@rand0mtv660 11 дней назад
Ok this is pretty cool. I knew Storybook had some testing capabilities, but I didn't know it was so interesting. And now even more integrated than before.
@MaxPayne-l2h
@MaxPayne-l2h 12 дней назад
My tokens ruin when i click Fix errors please fix that issue and give to us more tokens or close this project its just like a scam this style😡😤
@JagaSantagostino
@JagaSantagostino 12 дней назад
Always amazed by how Patak istructed his human to do talks for him 🐈