Thank you Vercel for sponsoring me and featuring `nuqs` in the keynote! 😍
@JeffreyDahmer-n1y2 ай бұрын
Our pleasure sir!
@alexander.kachkaev2 ай бұрын
Found my avatar at 2:18, wow 😳 Kudos to the whole community for making Next.js better and better! I remember days when there were even no API routes 😅
@franky472 ай бұрын
I remember the Zeit days when Guillermo had a beard & long hair 😅
@matiasask37742 ай бұрын
There's out a lot of haters that really don't understand the quality and the really complex task to create and build an util tool like as a Next js. I really love Next.js and I think it's a great tool.
@jackdanielson19972 ай бұрын
Until you discover Remix and realize how needlessly slow and bloated Next is
@rand0mtv6602 ай бұрын
@@jackdanielson1997 Until you discover that Remix doesn't have all features Next.js has and is not a 1:1 replacement. Each tool has its own place and Remix is great as well.
@loquek2 ай бұрын
@@rand0mtv660 interesting, excluding RSC, what feature does nextjs have that remix doesn't? I know it has a lot more github issues!
@MrEnsiferum772 ай бұрын
yeah, that's why u have vinxi and tanstack router, because it's very hard :D can't wait for post next.js era, never used, and never will. FIY, current project I work day to day basis, currently client only, is Tanstack Start ready, with next.js 14, it didn't starting at all.
@jackdanielson19972 ай бұрын
@@rand0mtv660 Haven't discovered that yet, but let me know!
@Vicsory14 күн бұрын
Catching is doing great now 👍 😊 thanks
@mm932492 ай бұрын
I love next.js + vercel and what they have meant for my little startup.
@adityaanuragi69162 ай бұрын
What's the name of your start-up I wanna see the site
@havefun55192 ай бұрын
Like: Make it work, then right, finally fast. Most of the time, I could make it work but maybe not perfectly right, and sometimes I usually spend lots of time want to make it all at the same time.
@uthman.h2 ай бұрын
lovely content, cant wait to start building..
@DimitarDanailov2 ай бұрын
Is it possible to add quick link for each sub item in the presentation ?
@PradeepKher20 күн бұрын
@vercel can you shar that demo project?
@chrisalupului2 ай бұрын
Thanks Vercel Team, with these updates how do you all go about handling the security and protection of sensitive environment variables.
@nabinpoudel2 ай бұрын
Love Vercel and Next.js ❤🎉
@MightBeRasor2 ай бұрын
me: "I use next because of dx" the "dx" walking into the stage:
@flashbyte2 ай бұрын
I located Sukuna, Toji and Po in the contributors list
@ZaffarAli-g5i4 күн бұрын
I need vercel link methad please
@JamesPickering-s2l2 ай бұрын
Or as we say in the trade "Get it working first, then optimise after". By the way when we can get production grade form validation out of the box without a new form validator library every year? Formik, Reactive Forms, JSON dynamic forms, Easy Forms etc etc.
@rand0mtv6602 ай бұрын
I've been using react-hook-forms for last ~5 years or so. Not sure why would you have to switch form libraries every year.
@JamesPickering-s2l2 ай бұрын
@rand0mtv660 Compatibility issues and redundancy.
@charliegmeyer2 ай бұрын
i
@mm932492 ай бұрын
That’s so cool that Toprak joined a street gang.
@AlwaysWeb2 ай бұрын
For more awesome nextjs!
@asadanik59872 ай бұрын
make it more backend heavy from frontend only. I think this will make it compete directly with fullstack frameworks more. I love if its happens
@mertdr2 ай бұрын
Am I missing something here or they killed SSR completely? According to the presentation of use cache and suspense, you must wrap a server component in suspense and get data on client if you want uncached fresh data on every request. Sort of like simplified react query. I don’t want to make comments on pure conjucture since not enough information given yet. But the examples show that if you don’t cache page or queries, you can forget SEO. And worse, you cannot make queries in Page.tsx if it’s a server component, which means you have to make fetch/db query in another component inside suspense then you must use another component inside of it for use client (in most cases you need it). Honestly I wouldn’t mind experimenting interesting concepts, that’s why I like nextjs but if “unstable_cache” is legacy now and deprecated, I’d really like to see a thorough concept for replacement. I hope they don’t ditch important concepts like server components (direct uncached query in page.tsx) in favor of faster page loads. Speed is vital but accessing fresh data without loading spinners or skeleton is much more important.
@nikako18892 ай бұрын
any suggestions how to build next-flights app?
@VercelHQ2 ай бұрын
github.com/vercel-labs/next-flights
@nepalrameshwor15402 ай бұрын
next js 🔥🔥🔥
@Kane01232 ай бұрын
OpenNext letsssgoooo
@AltrooАй бұрын
bro what is superman doing here ?
@JamesPickering-s2l2 ай бұрын
Where are the "I want to break free" and "Radio Gaga" memes? 🎸
@damar19672 ай бұрын
turbopack vs the world
@theenriquecarbo2 ай бұрын
Nice
@signalsensei2 ай бұрын
yehhhhhhh!
@KnowledgeDBman2 ай бұрын
OpenAI has moved from NextJS to Remix. Why?
@jackdanielson19972 ай бұрын
Performance and memory. I work for a large corporation and we are moving to Remix because it’s much more lightweight and gives us all things that we want from Next and it’s faster, uses less memory, and also more configurable via Vite. It’s such an obvious choice, it has required zero convincing.
@Abhishek-my2ptАй бұрын
What about remix moving to react router 7 and no longer maintaining remix library?