ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,979,819 results

Maximilian Schwarzmüller
Are we going back to PHP with fullstack JavaScript?

Want to learn all about Next.js? Take my completely updated Next.js 14 course! https://acad.link/nextjs Want to learn React?

9:57
Are we going back to PHP with fullstack JavaScript?

186,486 views

1 year ago

Sergey Zhuk
ReactPHP Tutorial #2: Streams

Learn how to process data flow asynchronously with streams in ReactPHP. ===================== Blog post: ...

7:09
ReactPHP Tutorial #2: Streams

11,838 views

7 years ago

Code With Yousaf
How to Connect React JS Frontend with PHP Backend

Connecting a React JS frontend with a PHP backend can seem challenging, but it's entirely manageable with the right approach.

15:01
How to Connect React JS Frontend with PHP Backend

12,273 views

11 months ago

Sergey Zhuk
ReactPHP Tutorial #11: Using PSR-15 Middleware

Want to use PSR-15 middleware in your ReactPHP application? In this video, I'll show you how. ===================== Code ...

4:20
ReactPHP Tutorial #11: Using PSR-15 Middleware

3,027 views

7 years ago

Theo - t3․gg
React isn't PHP (and that's a good thing)

People keep saying that the new React patterns are "just like PHP". Glad this article is here to break down why that's not quite right ...

18:15
React isn't PHP (and that's a good thing)

44,959 views

1 year ago

STALLYONS TECHNOLOGIES
PHP vs Node.js: The Truth About Backend Development in 2025

PHP vs Node.js: The Truth About Backend Development in 2025 Are you debating between PHP vs Node.js for your next project?

4:23
PHP vs Node.js: The Truth About Backend Development in 2025

50,890 views

10 months ago

Dias de Dev
Aumente a Performance do Seu PHP com Swoole, ReactPHP e Mais - Conheça Symfony Runtime | Dias de Dev

Aumente a performance do seu PHP com Swoole, ReactPHP, FrankenPHP e mais! Neste vídeo, vou te mostrar como utilizar ...

12:43
Aumente a Performance do Seu PHP com Swoole, ReactPHP e Mais - Conheça Symfony Runtime | Dias de Dev

5,630 views

1 year ago

Sergey Zhuk
Fast Web Scraping With ReactPHP #1: Extracting Data From HTML

In this tutorial, we use ReactPHP to create a fast web scraper and extract data from HTML. reactphp-buzz: ...

13:05
Fast Web Scraping With ReactPHP #1: Extracting Data From HTML

8,812 views

7 years ago

Laravel
Laravel + React: First Look at the New Official Starter Kit

Explore Laravel's official React Starter Kit - the perfect foundation for building modern applications with Laravel's powerful ...

18:28
Laravel + React: First Look at the New Official Starter Kit

41,323 views

9 months ago

Keith, the Coder
Getting started with React.js & PHP

CODE: https://github.com/keithweaver/just-react.js In this video, I explain how to use React.js and PHP together on separate ports ...

11:46
Getting started with React.js & PHP

90,865 views

8 years ago

TWiT Tech Podcast Network
ReactPHP Overview

Cees-Jan Kiewiet explains the life of ReactPHP. ReactPHP is a low-level library for event-driven programming in PHP. At its core ...

5:40
ReactPHP Overview

2,339 views

7 years ago

Code Bootcamp
Every React Concept Explained in 12 Minutes

My React course: https://reactbootcamp.dev Chapters 0:00 - Intro 0:11 - Components 0:29 - JSX 1:02 - Curly Braces 1:29 ...

11:53
Every React Concept Explained in 12 Minutes

1,567,111 views

1 year ago

AICodeKing
PHP is perfect, unlike React

Why do people hate PHP? When, 90% of the web still functions on it. Let's find out and answer these questions in this video. Well ...

6:31
PHP is perfect, unlike React

3,093 views

1 year ago

Sergey Zhuk
Introduction to ReactPHP and asynchronous PHP

Presentation about basics of asynchronous PHP and introduction to ReactPHP. ===================== Blog post: ...

14:36
Introduction to ReactPHP and asynchronous PHP

11,225 views

7 years ago

Sergey Zhuk
ReactPHP Tutorial #9: POST Requests

In this tutorial, I'll show you how we can handle POST requests in ReactPHP and parse the data which have been sent within the ...

5:20
ReactPHP Tutorial #9: POST Requests

3,634 views

7 years ago

Sergey Zhuk
ReactPHP Tutorial #7: Simple HTTP Server

This tutorial shows the way you can create an HTTP server on ReactPHP with a couple lines of code!

6:09
ReactPHP Tutorial #7: Simple HTTP Server

9,871 views

7 years ago

Aaron Francis
Laravel vs React

In this episode, I break down the common misconception of Laravel vs React and explain how they can work seamlessly together.

9:40
Laravel vs React

87,367 views

1 year ago

Sergey Zhuk
Fast Web Scraping With ReactPHP #3: Downloading Images

In this tutorial, we asynchronously download images. reactphp/filesystem: https://github.com/reactphp/filesystem Code samples: ...

12:17
Fast Web Scraping With ReactPHP #3: Downloading Images

1,553 views

6 years ago

Theo - t3․gg
Inertia 2.0: It's like Next but better (and you can use React!)

Inertia is a router for React that lets you use Laravel/PHP on the backend. 2.0 is here, and I am hyped. Thank you Posthog for ...

19:02
Inertia 2.0: It's like Next but better (and you can use React!)

80,962 views

11 months ago

Sergey Zhuk
ReactPHP Tutorial #6: Simple Chat With Sockets - Making it user-friendly

Using a colored console output to replace a mess of messages with a really nice-looking chat. ===================== Books: ...

4:17
ReactPHP Tutorial #6: Simple Chat With Sockets - Making it user-friendly

3,473 views

7 years ago

Bufferhead
Write PHP in Next.js/React Components (Server Actions)

Sometimes going back is the only way forward that's why you can now write PHP Code directly within JSX in React Components.

4:18
Write PHP in Next.js/React Components (Server Actions)

22,948 views

2 years ago

Sergey Zhuk
ReactPHP Tutorial #8: Query Strings

Path variables are one of the ways to provide input via HTTP request. In this tutorial, we cover query strings and how we handle ...

5:56
ReactPHP Tutorial #8: Query Strings

3,510 views

7 years ago

Sergey Zhuk
Plans and First Steps  | Creating a RESTful API with ReactPHP

Let's plan our API endpoints. Code samples: https://github.com/seregazhuk/reactphp-restful-api ...

6:03
Plans and First Steps | Creating a RESTful API with ReactPHP

2,747 views

6 years ago

Sergey Zhuk
ReactPHP Tutorial #10: Middleware

In this tutorial, you will get a pretty good understanding of how and why and when we use middleware in reactPHP.

8:07
ReactPHP Tutorial #10: Middleware

3,271 views

7 years ago

Sergey Zhuk
ReactPHP Tutorial #13: Asynchronous Downloads

Downloading files asynchronously with ReactPHP. ===================== Code samples: http://bit.ly/2J06xXA Blog ...

11:38
ReactPHP Tutorial #13: Asynchronous Downloads

4,474 views

7 years ago