ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

252 results

pragmattic
Animated sphere in React Three Fiber! (shader logic written entirely in Typescript!)

Quickly get started with WebGPU in React Three Fiber, and start utilising the new Three.js Shading Language Node materials.

7:35
Animated sphere in React Three Fiber! (shader logic written entirely in Typescript!)

844 views

10 months ago

Alex Demko
Micro-Frontends in 2025: Full Webpack Module Federation Tutorial 🌐 | React + Webpack Setup

Wondering how micro-frontends work in real projects? In this video, I'll show you how to build a micro-frontend architecture ...

35:23
Micro-Frontends in 2025: Full Webpack Module Federation Tutorial 🌐 | React + Webpack Setup

2,613 views

6 months ago

Alex Demko
Elasticsearch Explained: Build a Fast Search App with Node.js & React! 🚀

Ever wondered how Elasticsearch powers blazing-fast searches? In this video, we explore Elasticsearch — a scalable NoSQL ...

25:25
Elasticsearch Explained: Build a Fast Search App with Node.js & React! 🚀

1,394 views

6 months ago

Alex Demko
I Tested Vue React and Angular to Find the BEST Framework for 2024!

Are you tired of dealing with frustrating data binding mistakes in Vue, React, or Angular? This video is here to help! Learn how ...

0:16
I Tested Vue React and Angular to Find the BEST Framework for 2024!

91 views

1 year ago

Vaadin
Full-stack React + Spring Boot app tutorial 2023 [Java + TypeScript + Hilla]

In this tutorial, Marcus Hellberg shows how to build a full-stack todo app with a Spring Boot Java backend and a React Typescript ...

21:16
Full-stack React + Spring Boot app tutorial 2023 [Java + TypeScript + Hilla]

14,336 views

3 years ago

CodeTV
Learn React Router v7 from the Maintainers

What has the team behind Remix and React Router been up to? DevRel and maintainer Brooks Lybrand teaches us about route ...

1:25:12
Learn React Router v7 from the Maintainers

7,687 views

Streamed 8 months ago

Jeremy Likness
TypeScript for JavaScript Developers Part 1: Introduction

This series will explore TypeScript for JavaScript developers by taking a JavaScript app and transforming it piece by piece. In this ...

2:43
TypeScript for JavaScript Developers Part 1: Introduction

1,102 views

6 years ago

Coding Correct
STOP using CRA create-react-app and do THIS instead!

Create React App is DEPRECATED in 2025! Switch to Vite NOW (Step-by-Step Guide) The React team officially deprecated ...

2:56
STOP using CRA create-react-app and do THIS instead!

13 views

3 months ago

Jeremy Likness
TypeScript for JavaScript Developers Part 10: Simple Refactoring

No new features are introduced in this segment. A simple function is added to make debug messages cleaner to write and the ...

1:30
TypeScript for JavaScript Developers Part 10: Simple Refactoring

373 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 4: Custom Types

In this video, I fix a defect revealed by refactoring to classes. I then use a custom type to define the allowable values of a property.

1:47
TypeScript for JavaScript Developers Part 4: Custom Types

357 views

6 years ago

JSConf
Why I Chose to Modularize the Ducks in My React App // Lauren Lee // CascadiaJS 2018

React and Redux are awesome but the state management can be overwhelming for beginners. This talk is all about how to keep ...

26:14
Why I Chose to Modularize the Ducks in My React App // Lauren Lee // CascadiaJS 2018

4,675 views

7 years ago

Heapspace
TypeScript Patterns for Better React Components - Glenn Reyes

Ever got frustrated typing the as prop in React components? How about this in combination with forwardRef? To put it short: It's not ...

35:35
TypeScript Patterns for Better React Components - Glenn Reyes

111 views

1 year ago

pragmattic
React Three scroll controlled image sequence & custom post processing effects shader with useFBO

In this one we'll be setting up our image sequence, and then rendering our main scene to an off-screen render target, enabling ...

32:08
React Three scroll controlled image sequence & custom post processing effects shader with useFBO

360 views

1 year ago

Chrome for Developers
Workbox TypeScript - Unpacking the Workbox

In this episode of Unpacking the Workbox, we're going to start with a basic online only web app and walk through the steps ...

9:15
Workbox TypeScript - Unpacking the Workbox

17,486 views

4 years ago

Alex Demko
The Secret to Immutability in JavaScript Arrays 🧩

Unlock the secrets behind the most common JavaScript anti-patterns and discover how to write cleaner, faster code every day ...

0:35
The Secret to Immutability in JavaScript Arrays 🧩

402 views

2 months ago

Jeremy Likness
TypeScript for JavaScript Developers Part 9: Custom Types with Generics

In this short clip, a custom type is defined using generics to define a "predicate" or a simple method that takes an item of a certain ...

0:56
TypeScript for JavaScript Developers Part 9: Custom Types with Generics

263 views

6 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 13: Formatting the Print

This episode features a small refactoring that enables the printing functionality to show labels along with values by passing the ...

2:27
TypeScript for JavaScript Developers Part 13: Formatting the Print

271 views

6 years ago

pragmattic
Create a smooth animated background using shaders in React Three Fiber

In this one we'll code a dynamic fragment shader from scratch in Next.js, using React Three Fiber. You'll learn: - React component ...

1:02:56
Create a smooth animated background using shaders in React Three Fiber

2,774 views

1 year ago

Alex Demko
The Surprising Truth About Live Data Binding in Vue JS

Are you tired of dealing with frustrating data binding mistakes in Vue, React, or Angular? This video is here to help! Learn how ...

0:13
The Surprising Truth About Live Data Binding in Vue JS

41 views

1 year ago

Vaadin
Modern web apps with TypeScript: reactive templates and type-safe Java server access - Vaadin Fusion

A faster way of building modern web apps on Spring Boot. Learn how Vaadin's new TypeScript APIs simplify web app ...

3:51
Modern web apps with TypeScript: reactive templates and type-safe Java server access - Vaadin Fusion

3,463 views

5 years ago

Jeremy Likness
TypeScript for JavaScript Developers Part 8: Generics

Learn about support for generic types in TypeScript. The existing code has a "find" method that isn't running properly. In this video ...

1:43
TypeScript for JavaScript Developers Part 8: Generics

344 views

6 years ago

Chrome for Developers
Navigating the JavaScript framework ecosystem

The JavaScript framework landscape is ever-evolving, making it exhilarating and overwhelming at the same time. This talk will cut ...

42:30
Navigating the JavaScript framework ecosystem

60,334 views

1 year ago

Jeremy Likness
TypeScript for JavaScript Developers Part 7: String Interpolation

In this video, Jeremy shows how to use a modern JavaScript feature for building strings known as "string interopolation.

1:34
TypeScript for JavaScript Developers Part 7: String Interpolation

421 views

6 years ago

Dustin Doan
Master React Native 2024 with This Step-By-Step Tutorial

Master React Native Boilerplate 2024 with This Step-By-Step Tutorial This expert guide dives into the React Native 2024 ...

7:43
Master React Native 2024 with This Step-By-Step Tutorial

128 views

1 year ago

Alex Demko
STOP Making Data Binding Mistakes in Vue, React and Angular

Are you tired of dealing with frustrating data binding mistakes in Vue, React, or Angular? This video is here to help! Learn how ...

4:03
STOP Making Data Binding Mistakes in Vue, React and Angular

106 views

1 year ago