ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

927 results

Thapa Technical
#70: Best Practices for Using the useReducer Hook in React 19: Optimize Your State Management

In this video, we dive deep into best practices for using the useReducer hook in React 19. You'll learn how to set up useReducer ...

17:19
#70: Best Practices for Using the useReducer Hook in React 19: Optimize Your State Management

18,156 views

1 year ago

4Geeks Academy
04 What is conditional rendering in react js? - React js Interactive Tutorial Exercises

What is conditional rendering? How can we use it to change the behavior of our components? Using conditions if..else inside of ...

3:56
04 What is conditional rendering in react js? - React js Interactive Tutorial Exercises

518 views

5 years ago

Engineering Community
React Tips and Tricks by Maksym Plavinskyi (Eng)

In this presentation, we can review React anti-patterns, best practices and code smells, that can influence the performance, ...

49:36
React Tips and Tricks by Maksym Plavinskyi (Eng)

315 views

5 years ago

4Geeks Academy
05 Adding styles to components in react.js - React js Interactive Tutorial Exercises

Using the style property in JSX to change the HTML styles of our components. This is part of a series of exercises meant to explain ...

4:27
05 Adding styles to components in react.js - React js Interactive Tutorial Exercises

314 views

5 years ago

Accessibility Club
Accessibility Club Meetup 8: Manuel Matuzović — 8 Tips for More Accessible React Apps

If you want to improve the accessibility of your React apps but you don't know how or where to start, this talk is just what you need.

27:21
Accessibility Club Meetup 8: Manuel Matuzović — 8 Tips for More Accessible React Apps

117 views

6 years ago

Neos CMS
React Best Practices: The great shift you might have missed in the recent years - Dmitri Pisarev

react #neoscms #neoscon.

55:33
React Best Practices: The great shift you might have missed in the recent years - Dmitri Pisarev

142 views

4 years ago

Thapa Technical
React Challenge #8: Incrementing and Decrementing the State Variable on Button clicked in React JS

Welcome, to ReactjJS Challenge in Hindi. We will see how to Incrementing and Decrementing the State Variable on Button ...

15:09
React Challenge #8: Incrementing and Decrementing the State Variable on Button clicked in React JS

100,355 views

5 years ago

4Geeks Academy
02 Using the map function an array in JSX React js to HTML - React js Interactive Tutorial Exercises

How to use the map function and get the idem and position to render a list of elements in JSX. This is the first of a series of ...

5:42
02 Using the map function an array in JSX React js to HTML - React js Interactive Tutorial Exercises

1,254 views

5 years ago

SpinSpire
Rich Web Applications with ReactJS and Drupal 8

Drupal GovCon 2017 presentation on: Rich Web Applications with ReactJS and Drupal 8 ReactJS is the shiny new JavaScript ...

49:09
Rich Web Applications with ReactJS and Drupal 8

7,869 views

8 years ago

Thapa Technical
Redux Tutorial #2: Create Reducer Functions to Add & Delete Tasks in React

In this video, you'll learn how to implement Redux reducer functions in a React app to manage tasks effectively. We'll cover the ...

21:58
Redux Tutorial #2: Create Reducer Functions to Add & Delete Tasks in React

23,095 views

1 year ago

Thapa Technical
#57: Handling Loading and Error States in React: Best Practices for Fetching Pokémon API Data

Master the best practices for handling loading and error states while fetching API data in React.js. This tutorial demonstrates ...

9:47
#57: Handling Loading and Error States in React: Best Practices for Fetching Pokémon API Data

14,026 views

1 year ago

The Debug Zone
Handling Undefined Values in ReactJS: Best Practices and Solutions

In this video, we dive into the common challenge of handling undefined values in ReactJS applications. As developers, we often ...

3:10
Handling Undefined Values in ReactJS: Best Practices and Solutions

3 views

9 months ago

Code with tkssharma
React Interview Questions #01

Preparing for a JavaScript, reactjs coding interview involves a combination of understanding core concepts, practicing coding ...

16:28
React Interview Questions #01

561 views

4 years ago

Thapa Technical
useDispatch Hook in React to Handle RTK Actions | Add & Delete Tasks Easily

This video demonstrates how to effectively use Redux Toolkit (RTK) in a React app by dispatching actions directly from React ...

12:46
useDispatch Hook in React to Handle RTK Actions | Add & Delete Tasks Easily

3,538 views

1 year ago

Code with tkssharma
React Interview Questions #08

Ace Your Javascript Interview: A Comprehensive Guide Are you gearing up for a React.js interview? This video is your ultimate ...

4:27
React Interview Questions #08

988 views

7 years ago

iGeek
Get Started with React by Creating a Tiny App

We will create a tiny React application so you can get started and realize that creating web apps its super easy with React.

1:35:01
Get Started with React by Creating a Tiny App

192 views

3 years ago

4Geeks Academy
Implementing a login session authentication using React js, Context API and Python Flask API and JWT

In this opportunity, we are building a small login system using: - React.js, The Context API and sessionStorage for persistency.

1:16:29
Implementing a login session authentication using React js, Context API and Python Flask API and JWT

53,424 views

4 years ago

4Geeks Academy
01.5 Using arrays in JSX react - React Interactive Tutorial Exercises

Rendering information from an array in JSX React, accessing the array items and concatenating them like a list of elements (ul) on ...

4:56
01.5 Using arrays in JSX react - React Interactive Tutorial Exercises

1,103 views

5 years ago

Code with tkssharma
React JS Full Course 30 Hours #01

React JS Full Course | 30 Hours Training Full Playlist for React JS Full Course ...

6:40
React JS Full Course 30 Hours #01

11,365 views

5 years ago

Code with tkssharma
React Interview Questions #01

Ace Your Javascript Interview: A Comprehensive Guide Are you gearing up for a React.js interview? This video is your ultimate ...

6:00
React Interview Questions #01

11,178 views

7 years ago

Thapa Technical
#40: Keep Todo Data After Refresh: Adding Local Storage in React

Learn how to add local storage functionality to your React Todo app to persist data across sessions. This tutorial will guide you ...

18:33
#40: Keep Todo Data After Refresh: Adding Local Storage in React

19,885 views

1 year ago

Code with tkssharma
React JS LifeCycle  shouldComponentupdate #27

React JS Full Course | 30 Hours Training Full Playlist for React JS Full Course ...

4:45
React JS LifeCycle shouldComponentupdate #27

174 views

5 years ago

4Geeks Academy
01.4 Building a small layout bootstrap card in react.js -  React Interactive Tutorial Exercises

Using JSX to build a Bootstrap Card, using JSX to build a layout in HTML. This exercise is part of a series meant to explain and ...

2:21
01.4 Building a small layout bootstrap card in react.js - React Interactive Tutorial Exercises

1,300 views

5 years ago

WolfDenCode
React Crash Course | Learn React Quickly | In 80 Minutes

In this one we'll be going over the features of ReactJS and by the end, you'll have a working app, that you can then customize and ...

1:17:07
React Crash Course | Learn React Quickly | In 80 Minutes

6,450 views

1 year ago

4Geeks Academy
02.1 Using array lists of data in React.js -  React Interactive Tutorial Exercises

If you have an array of strings in React.js, JSX will take care of joinin that Array as strings and render them. This is part of a series ...

1:55
02.1 Using array lists of data in React.js - React Interactive Tutorial Exercises

735 views

5 years ago