FileMood

Download React Best Practices

React Best Practices

Name

React Best Practices

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

739.5 MB

Total Files

115

Last Seen

Hash

BD7C88363BDFD5AF5238F17B9FF1784DB6FE83BD

/Lesson 2 Learn Best Practices for State Management/

004. 2.3 Manage State with Redux.mp4

87.8 MB

Introduction/

001. React Best Practices - Introduction.mp4

16.6 MB

001. React Best Practices - Introduction.en.srt

2.5 KB

Lesson 1 Learn Best Practices for Components/

001. Learning objectives.en.srt

0.9 KB

001. Learning objectives.mp4

6.4 MB

002. 1.1 Recognize different component types - Part 1.en.srt

10.0 KB

002. 1.1 Recognize different component types - Part 1.mp4

40.7 MB

003. 1.2 Recognize different component types - Part 2.en.srt

18.3 KB

003. 1.2 Recognize different component types - Part 2.mp4

36.6 MB

004. 1.3 Understand the difference between hooks and Class components - Part 1.en.srt

17.9 KB

004. 1.3 Understand the difference between hooks and Class components - Part 1.mp4

39.5 MB

005. 1.4 Understand the difference between hooks and Class components - Part 2.en.srt

10.8 KB

005. 1.4 Understand the difference between hooks and Class components - Part 2.mp4

31.6 MB

006. 1.5 Use composition with components.en.srt

11.9 KB

006. 1.5 Use composition with components.mp4

30.1 MB

Lesson 2 Learn Best Practices for State Management/

001. Learning objectives.en.srt

0.8 KB

001. Learning objectives.mp4

5.9 MB

002. 2.1 Manage State with Hooks.en.srt

19.3 KB

002. 2.1 Manage State with Hooks.mp4

37.7 MB

003. 2.2 Manage State with Context.en.srt

19.1 KB

003. 2.2 Manage State with Context.mp4

42.5 MB

004. 2.3 Manage State with Redux.en.srt

33.2 KB

Lesson 3 Learn Best Practices for Project Organization/

001. Learning objectives.en.srt

1.1 KB

001. Learning objectives.mp4

6.7 MB

002. 3.1 Learn the difference between feature- and function-based organization.en.srt

14.0 KB

002. 3.1 Learn the difference between feature- and function-based organization.mp4

26.8 MB

003. 3.2 Keep component files lean.en.srt

8.2 KB

003. 3.2 Keep component files lean.mp4

22.4 MB

Lesson 4 Learn Best Practices for Routing and Navigation/

001. Learning objectives.en.srt

1.1 KB

001. Learning objectives.mp4

7.6 MB

002. 4.1 Learn React Router best practices.en.srt

15.8 KB

002. 4.1 Learn React Router best practices.mp4

47.0 MB

003. 4.2 Improve performance with lazy-loaded routes.en.srt

15.4 KB

003. 4.2 Improve performance with lazy-loaded routes.mp4

47.3 MB

004. 4.3 Use route guards to protect front-end routes.en.srt

16.3 KB

004. 4.3 Use route guards to protect front-end routes.mp4

43.5 MB

Lesson 5 Optimize Performance/

001. Learning objectives.en.srt

1.1 KB

001. Learning objectives.mp4

7.9 MB

002. 5.1 Using React.memo, useMemo, and useCallback.en.srt

28.5 KB

002. 5.1 Using React.memo, useMemo, and useCallback.mp4

63.1 MB

003. 5.2 Virtualize lists for performance.en.srt

9.7 KB

003. 5.2 Virtualize lists for performance.mp4

31.4 MB

004. 5.3 Profile and debug apps with React DevTools.en.srt

5.7 KB

004. 5.3 Profile and debug apps with React DevTools.mp4

15.5 MB

Lesson 6 Learn Security Best Practices/

001. Learning objectives.en.srt

0.9 KB

001. Learning objectives.mp4

5.9 MB

002. 6.1 Protect against cross-site scripting (XSS).en.srt

4.3 KB

002. 6.1 Protect against cross-site scripting (XSS).mp4

16.7 MB

003. 6.2 Safe data handling and avoiding exposing sensitive data.en.srt

3.3 KB

003. 6.2 Safe data handling and avoiding exposing sensitive data.mp4

12.0 MB

Summary/

001. React Best Practices - Summary.en.srt

1.3 KB

001. React Best Practices - Summary.mp4

9.2 MB

z.react-best-practices-code-main/

.gitignore

0.3 KB

package.json

0.9 KB

package-lock.json

719.3 KB

README.md

3.4 KB

/public/

favicon.ico

3.9 KB

index.html

1.7 KB

logo192.png

5.3 KB

logo512.png

9.7 KB

manifest.json

0.5 KB

robots.txt

0.1 KB

/src/

App.css

0.6 KB

App.js

0.3 KB

App.test.js

0.2 KB

index.css

0.4 KB

index.js

0.5 KB

logo.svg

2.6 KB

reportWebVitals.js

0.4 KB

routes.js

0.6 KB

setupTests.js

0.2 KB

/.../inheritace-vs-composition/

Composition.js

0.1 KB

Inheritance.js

0.3 KB

/src/pages/

AboutPage.js

0.1 KB

ArticlesPage.js

0.1 KB

HomePage.js

0.4 KB

ProductsPage.js

0.1 KB

ShoppingCartPage.js

0.1 KB

/.../pure-and-memoized/

A.js

0.6 KB

AChild1.js

0.2 KB

AChild2.js

0.2 KB

B.js

0.3 KB

BChild1.js

0.1 KB

BChild2.js

0.1 KB

C.js

0.2 KB

ClassPure.js

0.1 KB

/.../smart-vs-dumb/

capitalize.js

0.1 KB

UserInfo.js

0.5 KB

UserProfilePage.js

0.3 KB

useUser.js

0.3 KB

z.react-best-practices-september-2025-main/

.gitignore

0.3 KB

eslint.config.js

0.8 KB

index.html

0.4 KB

package.json

0.7 KB

package-lock.json

93.0 KB

README.md

0.9 KB

vite.config.js

0.2 KB

/public/

vite.svg

1.5 KB

/src/

App.css

0.6 KB

App.jsx

1.0 KB

CardComposition.jsx

0.6 KB

CardInheritance.jsx

0.8 KB

Counter.jsx

1.1 KB

CounterClass.jsx

1.3 KB

CounterFunction.jsx

1.0 KB

Greeting.jsx

0.3 KB

GreetingClass.jsx

0.2 KB

index.css

1.2 KB

main.jsx

0.2 KB

Page1.jsx

0.1 KB

Page2.jsx

0.1 KB

Page3.jsx

0.1 KB

TodoApp.jsx

0.8 KB

TodoList.jsx

0.4 KB

/src/assets/

react.svg

4.1 KB

 

Total files 115


Copyright © 2026 FileMood.com