11:02
React: Converting Class to Functional Components
... how to recognize class components this is like a basic syntax so a huge identifier is if it extends react.component because that's ...
4:32
A lesson in refactoring react code: cleaning up a modal component
Showing you a before / after of a React modal component. Watch this if you want to learn more about how to refactor code and ...
16:28
Class Components vs Functional Components in React (Which is better? - Beginner's Guide)
Join the world's BEST developer community “Zero to Full Stack Hero”: https://www.papareact.com/course Want coding ...
8:55
10 React Antipatterns to Avoid - Code This, Not That!
React is a minimal on the surface, but it's actually a highly complex JavaScript UI library with many potential pitfalls. In this tutorial ...
37:37
Refactoring with React Hooks Tutorial with Guil Hernandez
Join us! Start the 100 Days of Code with Treehouse challenge now: https://trhou.se/100daysofcode Learn how to build websites ...
7:18
React Hooks - Refactor React class components into hooks
React Hooks - Learn how to refactor a React Class Component with state into a functional component with state. I'm gonna use ...
2:07:15
Refactoring a subscribers react project live
Just streaming ------------ Patreon https://www.patreon.com/webdevjunkie Newsletter http://eepurl.com/hnderP Discord ...
12:47
Creating High-Quality React Components: Best Practices for Reusability
Let's look at best practices for creating reusable & easily maintainable react components together by creating an example button ...
14:29
React Refactoring - From Classes to Hooks! 2/2
Let's refactor a rather complex timeline component from classes to hooks! CodeSandbox: https://codesandbox.io/s/980rl2vzzo ...
29:32
React refactoring, off the hook(s)! – Marco Cedaro
React Conferences by GitNation
Find the latest React.js talks & workshops at https://portal.gitnation.org ## "React refactoring, off the hook(s)!" by Marco Cedaro ...
5:13
Refactoring from Functional to Class Components [4.7] Modern React with Redux 2020
React.js is a JavaScript library for building dynamic web applications. Upon completion of this course, you'll know everything you ...
14:32
How to create reusable React components
In "How to create reusable React components" I answer a question. You can find questions here: ...
32:34
Functional Programming Refactor in React
This is part 2 of Functional Programming in React ( https://youtu.be/FMRpYDSltzM ) where I take some concepts we looked at and ...
31:15
React on it's own has a very small API surface. Most of the magic happens in user-land. But, there's a lot out there: Higher order ...
6:45
Refactor createClass to ES6 Classes
React 15.5 has deprecated createClass and you'll start getting warnings if your code still uses it. Watch for how to convert old ...
1:27:40
React Refactoring - From Classes to Hooks! 1/2
Let's refactor a rather complex timeline component from classes to hooks! CodeSandbox: https://codesandbox.io/s/980rl2vzzo ...
6:30
Refactoring React.createClass to Stateless Functions
React.createClass is deprecated as of React 15.5. Watch to learn how to convert old React components into modern stateless ...
18:51
React - Refactoring a production component with patterns
In this video we will be looking at a recent component in production. It manages a complex asynchronous flow and we are going ...
11:21
React - The constructor pattern for components
We discuss and reflect on how complexity in components can be better managed to help developers reading our code to reason ...