Wait, is NextJS the Framework of the Future?

  Рет қаралды 3,789

Davis Media

Davis Media

Күн бұрын

I'M NOT SWITCHING AWAY FROM SVELTEKIT I STILL LOVE IT, NEXTJS JUST MAKES A TON OF SENSE FOR THESE TYPES OF AI APPS
here is the current example project (the streaming example in here is actually a bit off, see the codebase for the update!): github.com/Davis-Media/weight...
my stuff
discord: / discord
x (twitter): / bmdavis419
insiderviz: www.insiderviz.com
blok: www.theblokapp.com

Пікірлер: 41
@bmdavis419
@bmdavis419 2 ай бұрын
🚨VERY IMPORTANT NOTES 🚨 At 7:20 I show off streaming down stuff with suspense. This works in dev, but the problem is we never close the streamable UI. Currently I don't know how to fix this, so I had to move my data fetching out of the RSC, and into the action (see the fixed version here: github.com/bmdavis419/weights-ai/blob/main/src/app/action.tsx ). Will definitely try and find a way around this, this is SUPER bleeding edge stuff and while this piece does not quite work, the concept remains the same. I've tried a couple different things, no success, will post when I have an answer (will 100% before I make a tutorial, really just wanted to get this in front of you guys) Will update this comment with anything new I find!
@nro337
@nro337 2 ай бұрын
This was a great one. Really excited for the full course! I think you're exactly right, being able to tweak plugins and build custom UIs that extend from V0 and the like is probably where the cutting edge will be headed. Having awareness and command over understanding the tools is where the best engineers will be.
@s.adnansami5106
@s.adnansami5106 2 ай бұрын
1:15 - "I know I'm known for doing that, I know I do that a lot" - I can't lie, I do that all the time and there's something exciting about changing tech stack every 1 or 2 projects and thinking deeply about which tech stack would be ideal for a particular project.
@CodeZakk
@CodeZakk 2 ай бұрын
yeah that is why I love nextjs you can create complex interactive apps fast😊😊😊
@catalystzerova
@catalystzerova 2 ай бұрын
Omg I love your workwear line really good work shirts
@bmdavis419
@bmdavis419 2 ай бұрын
What lol, I don't have a workwear line...
@Chris-zt4ol
@Chris-zt4ol 2 ай бұрын
Definitly make the video about the Vercel AI sdk - it's truely magical. I'm missing the markdown support on the chat, but otherwise perfectly clean code.
@naranyala_dev
@naranyala_dev 2 ай бұрын
remix, remix, remix
@parkerrex
@parkerrex 2 ай бұрын
Rah rah rah !! Let’s gooo nextjs !!
@taunado
@taunado 2 ай бұрын
Thanks. Please create a vid comparing Nextjs and Svelte in a simple app that addresses the differences you're discussing.
@taunado
@taunado 2 ай бұрын
ps. have you checked out Remix?
@naga_sg
@naga_sg 2 ай бұрын
damn he beat me to it
@massy-3961
@massy-3961 2 ай бұрын
I feel like with this there will be a new type of Injection. What do we call it? Prompt Injection lol
@bmdavis419
@bmdavis419 2 ай бұрын
Yea the prompt security is gonna be a wild new field in the future
@cempack
@cempack 2 ай бұрын
You should try Astro. I believe it could change your mind.
@bmdavis419
@bmdavis419 2 ай бұрын
I have! Its an amazing framework, I just use it for different things
@cempack
@cempack 2 ай бұрын
@@bmdavis419, I understand now. I believe it performs backend tasks as effectively as other meta frameworks, or does it ? I'm relatively new to the world of modern JavaScript, so could you please explain the main differences to me?
@minyoungna6642
@minyoungna6642 2 ай бұрын
This is pretty cool - how semantically accurate do the calls have to be? Like is it reading it off your description or something?
@bmdavis419
@bmdavis419 2 ай бұрын
Yea it just works off of descriptions, its honestly pretty crazy github.com/bmdavis419/weights-ai/blob/main/src/app/action.tsx
@minyoungna6642
@minyoungna6642 2 ай бұрын
Honestly - seems like actually a really easy way to build text adventure RPG lol, I’m hyped but I’m also scared of the future!!!
@bmdavis419
@bmdavis419 2 ай бұрын
@@minyoungna6642 thats a really cool idea actually lol
@DuckyChannel
@DuckyChannel 2 ай бұрын
I want this but have the AI hosted locally
@realitydesigners
@realitydesigners 2 ай бұрын
It always has been
@oszi7058
@oszi7058 2 ай бұрын
No Sveltekit is
@joshuaborseth
@joshuaborseth 2 ай бұрын
Yo Ben there is an extra “is” in the title of the video
@bmdavis419
@bmdavis419 2 ай бұрын
IDK what ur talking about
@joshuaborseth
@joshuaborseth 2 ай бұрын
Hahaha 😆
@joshuaborseth
@joshuaborseth 2 ай бұрын
Btw love the content. Your excitement for new tech gives the same vibes as I got when I first started watching Theo
@bmdavis419
@bmdavis419 2 ай бұрын
@@joshuaborseth thats the goal! :)
@luka1790
@luka1790 2 ай бұрын
V0?
@pookiepats
@pookiepats 2 ай бұрын
lol Ben...
@jugurtha292
@jugurtha292 2 ай бұрын
This is super not hard to do without nextjs.
@taunado
@taunado 2 ай бұрын
The point is that Svelte may not be the best tool for a component based app. If you only have Svelte in your toolbox then great, but it could be better with Next too.
@jugurtha292
@jugurtha292 2 ай бұрын
@@taunado nothing about this is hard. I can do it with raw html and vanilla js. You guys really can’t build anything without having other people write code and build abstraction for you
@taunado
@taunado 2 ай бұрын
@@jugurtha292 I'm currently working in Webflow on a portfolio that displays more from the clicked on item's author, and I find it far more complex to use vanilla HTML and JS for that. After attempting that I see the value of these frameworks and respect anyone who wants to write code like that. I like the component methodology.
@FloodGold
@FloodGold 2 ай бұрын
Haha, no
@kontent_king
@kontent_king 2 ай бұрын
Why not Sveltekit with LangchainJS
@bmdavis419
@bmdavis419 2 ай бұрын
Thats coming soon! I'm trying out as much as possible
@wahidislamlinad
@wahidislamlinad 2 ай бұрын
no
@readywhen
@readywhen 2 ай бұрын
OMG BEN IS SWITCHING AWAY FROM SVELTEKIT Unsubscribe. Kidding... NO, NOT KIDDING! I CANNOT BE HERE ANY LONGER!
@ScriKidding-eg6vn
@ScriKidding-eg6vn 2 ай бұрын
its sucks, il stick with sveltekit
Can SQLite be Used in Real Projects?
5:38
Davis Media
Рет қаралды 4,3 М.
Is This The Best New UI Library?
0:51
Web Dev Simplified
Рет қаралды 185 М.
The child was abused by the clown#Short #Officer Rabbit #angel
00:55
兔子警官
Рет қаралды 15 МЛН
Получилось у Вики?😂 #хабибка
00:14
ХАБИБ
Рет қаралды 6 МЛН
Жайдарман | Туған күн 2024 | Алматы
2:22:55
Jaidarman OFFICIAL / JCI
Рет қаралды 1,3 МЛН
Supabase just shipped a LOT of cool stuff...
15:31
Davis Media
Рет қаралды 3,4 М.
Javascript To Typescript
0:59
ThePrimeTime
Рет қаралды 244 М.
Go application setup with PostgreSQL, sqlx, goose migrations
9:38
Make Programming Fun Again
Рет қаралды 2,4 М.
AI SDK 3.1 First Impressions
24:12
Davis Media
Рет қаралды 5 М.
5 Things I Wish I Knew When I Started Using SvelteKit
7:27
Davis Media
Рет қаралды 10 М.
How To Make A SPA With SvelteKit (SSR vs. CSR)
20:54
Joy of Code
Рет қаралды 15 М.
Picking a Database is Hard...
17:43
Davis Media
Рет қаралды 5 М.
Mobile App Development is Hard
16:29
Davis Media
Рет қаралды 6 М.
YOTAPHONE 2 - СПУСТЯ 10 ЛЕТ
15:13
ЗЕ МАККЕРС
Рет қаралды 107 М.
💅🏻Айфон vs Андроид🤮
0:20
Бутылочка
Рет қаралды 739 М.