Codevolution - Videos

Back to Channel

React 19 Tutorial - 36 - use API for Context

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

989 views • 50 likes • 0 comments • December 16, 2025

React 19 Tutorial - 35 - Context with State

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

686 views • 45 likes • 0 comments • December 16, 2025

React 19 Tutorial - 34 - Context and useContext Hook

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,152 views • 64 likes • 6 comments • December 15, 2025

React 19 Tutorial - 33 - The Prop Drilling Problem

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

733 views • 37 likes • 2 comments • December 15, 2025

React 19 Tutorial - 32 - useState vs useReducer

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,273 views • 57 likes • 4 comments • December 10, 2025

React 19 Tutorial - 31 - Implementing useState with useReducer

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

896 views • 42 likes • 6 comments • December 10, 2025

React 19 Tutorial - 30 - useReducer Lazy Initialization

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,004 views • 52 likes • 2 comments • December 09, 2025

React 19 Tutorial - 29 - useReducer (complex state and actions)

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,298 views • 57 likes • 10 comments • December 09, 2025

React 19 Tutorial - 28 - useReducer (simple state and action)

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,424 views • 60 likes • 5 comments • December 08, 2025

React 19 Tutorial - 27 - useReducer Hook

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,339 views • 54 likes • 2 comments • December 08, 2025

React 19 Tutorial - 26 - Sharing State Between Components

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

3,386 views • 110 likes • 6 comments • December 01, 2025

React 19 Tutorial - 25 - useState with Arrays

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,400 views • 76 likes • 1 comments • December 01, 2025

React 19 Tutorial - 24 - useState with Objects

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,544 views • 80 likes • 1 comments • December 01, 2025

React 19 Tutorial - 23 - How React Batches Updates

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,130 views • 92 likes • 7 comments • November 26, 2025

React 19 Tutorial - 22 - setState using Previous State

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,700 views • 80 likes • 2 comments • November 26, 2025

React 19 Tutorial - 21 - State as a Snapshot

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,016 views • 103 likes • 5 comments • November 25, 2025

React 19 Tutorial - 20 - How State Updates Work

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,807 views • 97 likes • 2 comments • November 25, 2025

React 19 Tutorial - 19 - Rules of Hooks

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,181 views • 103 likes • 5 comments • November 24, 2025

React 19 Tutorial - 18 - useState Hook

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,164 views • 102 likes • 3 comments • November 24, 2025

React 19 Tutorials - 17 - Introduction to State

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

1,961 views • 78 likes • 2 comments • November 24, 2025

React 19 Tutorial - 16 - Event Handlers as Props

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

3,698 views • 145 likes • 13 comments • November 17, 2025

React 19 Tutorial - 15 - Event Handling

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,367 views • 90 likes • 3 comments • November 17, 2025

React 19 Tutorial - 14 - Styling React Components

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,476 views • 104 likes • 6 comments • November 17, 2025

React 19 Tutorial - 13 - Index as Key Anti-Pattern

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,978 views • 119 likes • 8 comments • November 13, 2025

React 19 Tutorial - 12 - Lists and Keys

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,376 views • 98 likes • 3 comments • November 13, 2025

React 19 Tutorial - 11 - Rendering Lists

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

2,817 views • 112 likes • 3 comments • November 13, 2025

React 19 Tutorial - 10 - Conditional Rendering

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

3,982 views • 163 likes • 8 comments • November 10, 2025

React 19 Tutorial - 9 - Props Patterns

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

3,853 views • 164 likes • 1 comments • November 10, 2025

React 19 Tutorial - 8 - Props

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

3,866 views • 154 likes • 11 comments • November 10, 2025

React 19 Tutorial - 6 - JSX

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

4,625 views • 178 likes • 10 comments • November 06, 2025

React 19 Tutorial - 7 - Rules of JSX

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

4,603 views • 200 likes • 15 comments • November 06, 2025

React 19 Tutorial - 4 - Components

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

5,898 views • 200 likes • 9 comments • November 03, 2025

React 19 Tutorial - 3 - Project Structure

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

6,351 views • 221 likes • 11 comments • November 03, 2025

React 19 Tutorial - 5 - Export and Import Components

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

4,583 views • 190 likes • 9 comments • November 03, 2025

React 19 Tutorial - 2 - Your First React App

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

7,568 views • 211 likes • 3 comments • November 03, 2025

React 19 Tutorial - 1 - Introduction

Github - https://github.com/gopinav/React-19-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://twi...

23,703 views • 811 likes • 79 comments • October 27, 2025

AI SDK v5 Full Course - Beginner to Advanced

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Follow me + Twitter - https://t...

12,772 views • 650 likes • 39 comments • October 20, 2025

Build a RAG Chatbot from Scratch | React, Next.js, AI SDK, AI Elements, Neon, Drizzle, Clerk

Clerk - https://go.clerk.com/Msdg2UD Neon - https://neon.com?utm_source=codevolution Github - https://github.com/gopinav/Next.js-AI-SDK-RAG-Chatbot Become a Fullstack Developer with Scrimba - htt...

10,968 views • 395 likes • 30 comments • September 29, 2025

AI SDK V5 Tutorial - 30 - Semantic Search

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Semantic Search In this lesson...

1,916 views • 60 likes • 8 comments • September 23, 2025

AI SDK V5 Tutorial - 29 - Generate Embeddings with OpenAI

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Embeddings with Open AI In thi...

1,281 views • 54 likes • 18 comments • September 23, 2025

AI SDK V5 Tutorial - 28 - Embeddings

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Embeddings In this lesson, we ...

1,459 views • 48 likes • 2 comments • September 22, 2025

AI SDK V5 Tutorial - 27 - Provider and Model Management

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution AI Model Management with AI SDK...

1,381 views • 49 likes • 6 comments • September 18, 2025

AI SDK V5 Tutorial - 26 - Message Metadata

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Message Metadata with AI SDK an...

1,741 views • 48 likes • 2 comments • September 17, 2025

AI SDK V5 Tutorial - 25 - Reasoning

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Next.js AI SDK: Dive into Reas...

1,470 views • 46 likes • 5 comments • September 16, 2025

AI SDK V5 Tutorial - 24 - Model Context Protocol (MCP) Tools

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution How to Integrate MCP Tools with...

2,278 views • 73 likes • 4 comments • September 15, 2025

AI SDK V5 Tutorial - 23 - Client-Side Tools with ImageKit

Sign up on ImageKit for free - https://tinyurl.com/4x296xpf Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c...

1,585 views • 57 likes • 5 comments • September 11, 2025

AI SDK V5 Tutorial - 22 - Image Generation Tool

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Building an Advanced Multimodal...

1,416 views • 52 likes • 6 comments • September 11, 2025

Cursor vs Claude Code | The Ultimate Comparison Guide

70% off Warp Pro - https://go.warp.dev/codev Coupon code: CODEV Read the full blog post - https://www.builder.io/blog/cursor-vs-claude-code?utm_source=youtube&utm_content=vg Cursor vs Claude code ...

67,889 views • 996 likes • 39 comments • September 04, 2025

AI SDK V5 Tutorial - 21 - Web Search Sources

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Add Source Citations to Web Sea...

1,985 views • 54 likes • 7 comments • August 28, 2025

AI SDK V5 Tutorial - 20 - Web Search Tool

Github - https://github.com/gopinav/Next.js-AI-Tutorials Become a Fullstack Developer with Scrimba - https://scrimba.com/fullstack-path-c0fullstack?via=Codevolution Integrate Real-Time Web Search ...

1,819 views • 64 likes • 7 comments • August 28, 2025