- Видео 10
- Просмотров 427 039
Delba
Великобритания
Добавлен 1 сен 2015
Developer Experience for Next.js and Vercel ▲
Next.js 'use cache' in 100 seconds
Quick overview of new experimental Next.js APIs: 'use cache', cacheTag, and cacheLife.
00:00 - Intro
00:15 - Choose...
00:32 - Dynamic
00:49 - Static
01:08 - Partial
01:31 - Revalidation
More:
• Our Journey with Caching: nextjs.org/blog/our-journey-with-caching
• Next.js Conf Keynote: ruclips.net/video/19g66ezsKAg/видео.html
00:00 - Intro
00:15 - Choose...
00:32 - Dynamic
00:49 - Static
01:08 - Partial
01:31 - Revalidation
More:
• Our Journey with Caching: nextjs.org/blog/our-journey-with-caching
• Next.js Conf Keynote: ruclips.net/video/19g66ezsKAg/видео.html
Просмотров: 28 120
Видео
React visually explained: 'use client'
Просмотров 59 тыс.Месяц назад
What 'use client' is, why it exists, how it works, and how to use it. The 'use client' directive introduces a new dimension to bundling: allowing developers to use the same language and JSX component model for UI concerns that span the client and server. Replacing network synchronization code in multiple languages, routing systems, and frameworks with simple components and props. This is an exc...
Next.js: Authentication (Best Practices for Server Components, Actions, Middleware)
Просмотров 144 тыс.5 месяцев назад
Best practices for authentication in Modern Next.js and React: Server Components, Server Actions, Middleware. Docs: rc.nextjs.org/docs/app/building-your-application/authentication Code: github.com/vercel-labs/app-router-auth 00:00 Intro 00:25 Forms and Server Actions 00:51 Form validation 01:06 useActionState 01:45 Creating a user 02:14 Session management 04:13 Authorization 04:37 Middleware 05...
Visually explained: Bundling in 60 seconds
Просмотров 26 тыс.7 месяцев назад
Visually explained: Bundling in 60 seconds
Next.js Visually Explained: Partial Pre-rendering (PPR)
Просмотров 50 тыс.9 месяцев назад
What exactly is Partial Prerendering? How does it work? And most importantly, why does it matter? 00:00 Intro 00:12 What is Prerendering? 01:31 Single paradigm frameworks 02:59 The problem with static and dynamic 04:09 Current Next.js behavior 04:45 React boundaries to the rescue 06:05 How does Partial Prerendering work? 07:24 How is Partial Prerendering different? 08:39 Benefits of both static...
Next.js Explained: Static vs. Dynamic rendering
Просмотров 10 тыс.9 месяцев назад
Docs: nextjs.org/docs/app/building-your-application/rendering/server-components
Next.js Explained: Creating Routes
Просмотров 8 тыс.Год назад
Hey, long time. I'm starting a new video series to visually explain Next.js and React concepts. Let me know what concepts you'd like to see next. 🖤
Next.js 13: Prevent Common Mistakes w/ New TypeScript Plugin
Просмотров 28 тыс.2 года назад
Next.js 13 comes with a new TypeScript plugin! We're bringing autocomplete for config options, in-context docs right into your editor, and helping surface common Next.js and React errors before you even hit save. Read the Docs: beta.nextjs.org/docs/configuring/typescript
Next 12.1: Regenerate a static page when its data changes
Просмотров 24 тыс.2 года назад
A quick demo of On-Demand Incremental Static Regeneration (ISR), new feature just launched in Next.js 12.1 - Regenerate static pages, on demand without having to rebuild the entire site or having to wait for a specific revalidation interval. - Find this example on Github: github.com/delbaoliveira/website/blob/main/pages/api/tweets/revalidate.ts - Learn more on Next.js docs: nextjs.org/docs/basi...
How I Built the Portfolio That Landed Me a Dev Role (Tech Stack Explained)
Просмотров 51 тыс.3 года назад
Hi 👋 My name is Delba. In this video, I go through how I built the website/portfolio that helped me land my first developer role at one of my dream companies. ⏱️ TIMELINE: 00:00 - Introduction 00:40 - Content 01:20 - Design 02:41 - Code 03:06 - Typescript 04:27 - Tailwind 05:31 - Next.js 06:31 - MDX 07:16 - Prisma 08:02 - Hosting 08:35 - Conclusion 📚 RESOURCES: ◆ Building an Effective Dev Portf...