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/).
Moving Forward From Here
Extract Local State into Redux
Connect Redux to the Messages App
Connect Redux to React
Map Dispatch to Props
Map State to Props
Use Provider to Connect Redux to React
Extract State Logic to Redux
Manage State Locally First
Getting Started with React Redux
Copy an Object with Object.assign
Remove an Item from an Array
Use the Spread Operator on Arrays
Never Mutate State
Write a Counter with Redux
Use Middleware to Handle Asynchronous Actions
Send Action Data to the Store
Combine Multiple Reducers
Register a Store Listener
Use const for Action Types
Use a Switch Statement to Handle Multiple Actions
Handle an Action in the Store
Dispatch an Action Event
Define an Action Creator
Define a Redux Action
Get State from the Redux Store
Create a Redux Store
"2 Times Table"
"1 Times Table"
Coding a "Plumbing Website" with HTML, CSS and JS - Part 3