Design patterns in React

151,437
0
Published 2023-10-29
Sign up for MightyMeld with code "COSDEN" → www.mightymeld.com/
Join The Discord! → discord.cosdensolutions.io/
VSCode Theme | Font → Material Theme Darker | Menlo, Monaco "monospace"

In this video I will show you a couple of senior React developer design patterns in React. These are great patterns to use to build scalable React applications and will help you write better React code, and will teach you how to create components that are clear to understand and work with, and that allow you to add as much complexity as you want to your React application!

All Comments (21)
  • @apiro123
    A series in design pattern would be great
  • @DevMeloy
    It's always interesting to see where someone draws the line on single responsibility.
  • @oldyoung8409
    I love your way of explaining things. Understandable and calm language, as well as not overloaded code, which is really nice to read.
  • I am grateful for your tutorials. Especially the React Query tutorials.
  • Thank you so much for the time you invest in the making of these videos. Best React content available.
  • @justin_t
    really like the custom hook tip at the end!
  • @serpercody5347
    Thank you for the great insight, this video came out exactly when i needed it. Would be great if you could make a in depth video about design patterns in react and best practices for maintaining and scaling bigger projects.
  • @guitarcrax127
    Love your videos man. Find them very helpful. I’m an experienced backend developer, finally biting the bullet and reaching myself react (if that’s at all helpful info). Making my way through every videos you’ve made lol
  • @colbatronbmw
    Don't you hate when you know that there is a better way to do something, but you don't know the right terms to search for? I needed a compound component on a recent project but ended up coding my way around it. Thanks for these videos, when developers can talk to humans it's their responsibility to help. I was a tutor for a few years. I bet making these videos has helped you develop even better.
  • @user-el6mf2ly7z
    Thanks for such quality videos. A series on design pattern would be appreciated.
  • The last design pattern greatly helped me structure my code better. Thanks for the video. Appreciate if you can add some more design patterns.
  • I have done all of those things before, glad to hear that they are good practices 😅
  • @MagicPants647
    Never seen or used compound component pattern before. Very interesting. I'm curious in what other real world scenarios it would be beneficial to use. Thanks!
  • @gmjitendra
    Excellent. thanks for sharing design pattern in react.
  • @paitrex
    I am wondering about useSelecContext hook in 10:39. Why do you use useContext in a single component. It this used somewhere else in code except that select component that is shown on video? What it used it for? Maybe for taking the value in a parent komponent or what?
  • @regilearn2138
    yes ,with REACT if you can do a design patterns series practical real-world example would be really great