ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

166 results

Web Development Tutorials
React JS + Redux - Web development basic Series: Function Components

A function component is the real, modern way to build a piece of UI in React, just a JavaScript function returning JSX. In this video ...

1:33
React JS + Redux - Web development basic Series: Function Components

1 view

9 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Context API (useContext)

Passing props down through five levels just to reach one deeply nested component, called prop drilling, is a real, common pain ...

1:37
React JS + Redux - Web development basic Series: Context API (useContext)

0 views

9 days ago

CodeMotion Academy
React Lists and Keys Explained in 70 Seconds

Imagine displaying hundreds of videos. Writing a Component for each one by hand would be impossible — so React loops ...

1:06
React Lists and Keys Explained in 70 Seconds

0 views

12 days ago

NIKA GEOSPATIAL
OnlyMapJS — Register Custom Basemap Styles (MapTiler Example)

OnlyMapJS v0.6.4 lets you register your own basemap style once, and it shows up in the built-in basemap-switcher widget ...

0:28
OnlyMapJS — Register Custom Basemap Styles (MapTiler Example)

4 views

11 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Lists & Keys

Rendering a real list in React means mapping an array to JSX elements, and every single item needs a real, stable key so React ...

1:40
React JS + Redux - Web development basic Series: Lists & Keys

0 views

9 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: What Is React and Setup

React is a JavaScript library for building user interfaces out of small, reusable components, and getting a real project running ...

1:45
React JS + Redux - Web development basic Series: What Is React and Setup

6 views

9 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: useEffect Hook

useEffect lets a component run real side effects, fetching data, setting a timer, after it renders, and its dependency array controls ...

1:43
React JS + Redux - Web development basic Series: useEffect Hook

0 views

9 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Conditional Rendering

Real UI often needs to show one thing or another depending on state, logged in vs logged out, loading vs loaded. In this video ...

1:43
React JS + Redux - Web development basic Series: Conditional Rendering

0 views

9 days ago

NIKA GEOSPATIAL
OnlyMapJS Routing & Tracking — Build a Fleet Dispatch Map (+ React Native)

OnlyMapJS now supports routing and tracking natively — two layer types that turn a plain map into a fleet dispatch dashboard.

0:59
OnlyMapJS Routing & Tracking — Build a Fleet Dispatch Map (+ React Native)

7 views

8 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Props

Props let you pass real, different data into the same component, the same way an HTML attribute passes a value into a tag.

1:33
React JS + Redux - Web development basic Series: Props

1 view

9 days ago

Web Development Tutorials
Event Handling | React JS Tutorial

React attaches event handlers with camelCase props like onClick and onChange, passing a real function instead of a string of ...

1:46
Event Handling | React JS Tutorial

6 views

3 weeks ago

Web Development Tutorials
React JS + Redux - Web development basic Series: useRef Hook

useRef gives you a real, persistent value that survives re-renders WITHOUT triggering one when it changes, and it's the standard ...

1:44
React JS + Redux - Web development basic Series: useRef Hook

0 views

9 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Multiple Components Sharing One Store

The real payoff of Redux is multiple, genuinely unrelated components across your app all reading and updating the exact same ...

1:27
React JS + Redux - Web development basic Series: Multiple Components Sharing One Store

3 views

9 days ago

Web Development Tutorials
React JS + Redux - Web development basic Series: Building a Complete Todo App: A Real Demonstration

This whole series has covered one concept at a time, so let's put all of it together and build one real, complete Todo app, from a ...

1:38
React JS + Redux - Web development basic Series: Building a Complete Todo App: A Real Demonstration

0 views

9 days ago

Web Development Tutorials
Next.js - Web development basic Series: Data Fetching in Server Components

A Server Component can genuinely fetch data with a plain async/await, no useEffect or loading state needed. In this video you'll ...

1:23
Next.js - Web development basic Series: Data Fetching in Server Components

0 views

8 days ago

Web Development Tutorials
React JS + Redux Series: Demo: Complete Todo App

Let's build a real, polished, Redux-powered todo app -- one real piece at a time. Code walkthrough (javascript): // Bundle the ...

2:22
React JS + Redux Series: Demo: Complete Todo App

1 view

4 days ago

CodeWithKD
JavaScript Array.of Tutorial | Complete Beginner Guide | Part 58

Master JavaScript with easy-to-understand tutorials designed for beginners and developers who want to improve their coding ...

3:48
JavaScript Array.of Tutorial | Complete Beginner Guide | Part 58

18 views

3 weeks ago

CodeWithKD
JavaScript Array at Method Explained | Access Array Elements Easily | JavaScript Tutorial | Part 62

Master JavaScript with easy-to-understand tutorials designed for beginners and developers who want to improve their coding ...

2:41
JavaScript Array at Method Explained | Access Array Elements Easily | JavaScript Tutorial | Part 62

7 views

2 weeks ago

CodeWithKD
JavaScript Array with() Method Explained | Replace Array Elements Without Mutation | Part 66

Master JavaScript with easy-to-understand tutorials designed for beginners and developers who want to improve their coding ...

2:21
JavaScript Array with() Method Explained | Replace Array Elements Without Mutation | Part 66

10 views

2 weeks ago

CodeWithKD
JavaScript Array toReversed Method Explained | Non Mutating Reverse Method ES2023 | Part 64

Master JavaScript with easy-to-understand tutorials designed for beginners and developers who want to improve their coding ...

1:51
JavaScript Array toReversed Method Explained | Non Mutating Reverse Method ES2023 | Part 64

11 views

2 weeks ago