HighTech6839v
The goal of my tutorials is to make Computer Coding simple and fun for those who find coding to be either boring or difficult.
The collection of videos on my channel will contain FreeCodeCamp tutorials covering the bare basics of HTML (HyperText Markup Language), CSS (Cascading Style Sheets), and JS (JavaScript).
What is Computer Coding? Coding is a list of step-by-step instructions that gets computers to do what the user wants them to do. Coding makes it possible for everyone to create PC software, video games, applications, and websites. Coders or computer programmers are individuals who write programs behind everything we view and do on a PC.
Please like, share and subscribe to the channel for more content and hit that notification bell so you can be notified when I upload new videos.
This is the link to freeCodeCamp - (https://www.freecodecamp.org/).

Change Inline CSS Conditionally Based on Component State

Render Conditionally from Props

Use a Ternary Expression for Conditional Rendering

Dragon Ball Z - "The Dragon Radar" Code.

Use && for a More Concise Conditional

Render with an If-Else Condition

Use Advanced JavaScript in React Render Method

Add Inline Styles in React

Introducing Inline Styles

Optimize Re-Renders with shouldComponentUpdate

Add Event Listeners

Use the Lifecycle Method componentDidMount

Use the Lifecycle Method componentWillMount

Pass a Callback as Props

Pass State as Props to Child Components

Create a Controlled Form

Create a Controlled Input

Write a Simple Counter

Use State to Toggle an Element

Bind 'this' to a Class Method

Set State with this.setState

Render State in the User Interface Another Way

Render State in the User Interface

Create a Stateful Component

Review Using Props with Stateless Functional Components

Access Props Using this.props

Use PropTypes to Define the Props You Expect

Override Default Props

Use Default Props

Pass an Array as Props