Design patterns in React

Sdílet
Vložit
  • čas přidán 20. 06. 2024
  • 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!

Komentáře • 190

  • @apiro123
    @apiro123 Před 7 měsíci +135

    A series in design pattern would be great

  • @DevMeloy
    @DevMeloy Před 7 měsíci +15

    It's always interesting to see where someone draws the line on single responsibility.

  • @nicholasroman8071
    @nicholasroman8071 Před 3 měsíci +3

    I am grateful for your tutorials. Especially the React Query tutorials.

  • @cosminraducoman3705
    @cosminraducoman3705 Před 7 měsíci +4

    Thank you so much for the time you invest in the making of these videos. Best React content available.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      Thank you for the kind words!

    • @RolwachtLoulwacht
      @RolwachtLoulwacht Před 7 měsíci

      Bro can you help me with a small issue I'm having concerning react props and typescript ? Thanks in advance

  • @justin_t
    @justin_t Před 7 měsíci +2

    really like the custom hook tip at the end!

  • @user-el6mf2ly7z
    @user-el6mf2ly7z Před 7 měsíci +2

    Thanks for such quality videos. A series on design pattern would be appreciated.

  • @serpercody5347
    @serpercody5347 Před 7 měsíci +3

    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.

  • @deepakkashyap6538
    @deepakkashyap6538 Před 7 měsíci +1

    Much awaited video ❤ Loved it

  • @guitarcrax127
    @guitarcrax127 Před 6 měsíci +1

    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
    @colbatronbmw Před 7 měsíci +32

    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.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +7

      I totally know what you mean! Many times have I searched for something but didn't know the specific words. For what it's worth, AI helps with that a lot. You can try describing your thing and it might give you the right answer

    • @colbatronbmw
      @colbatronbmw Před 7 měsíci +1

      @@cosdensolutions I just signed up for co pilot but I’m not in the habit of leaning on that yet. The video sponsor looks like a cool way of setting stuff like that up too. If they integrate storybook into that it will be a power house.

    • @menardmaranan
      @menardmaranan Před 7 měsíci

      I absolutely relate to that. ChatGPT is a great help as it feels like you're talking to a real mentor. Unlike asking in StackOverflow whose egotistical users will either flag your question as duplicate even if it's not or mock/make fun of whoever is asking. Then there are those articles that most of the times don't help at all. The experience is vastly different than using a search engine.

    • @e_tas_
      @e_tas_ Před měsícem

      Chat GPT is great for finding these "key terms"

  • @arihantbedagkar7678
    @arihantbedagkar7678 Před 6 měsíci +2

    The last design pattern greatly helped me structure my code better. Thanks for the video. Appreciate if you can add some more design patterns.

    • @cosdensolutions
      @cosdensolutions  Před 6 měsíci +1

      will have another video on design patterns tomorrow or monday!

  • @giovannitonussi3746
    @giovannitonussi3746 Před 7 měsíci +1

    I have done all of those things before, glad to hear that they are good practices 😅

  • @avinashgodvin9900
    @avinashgodvin9900 Před 7 měsíci +1

    Wow , Great explanation !
    Thank you : )

  • @gmjitendra
    @gmjitendra Před 7 měsíci +1

    Excellent. thanks for sharing design pattern in react.

  • @pixyoutube538
    @pixyoutube538 Před 6 měsíci +1

    Thanks a lot bro, really great video

  • @MagicPants647
    @MagicPants647 Před 6 měsíci +3

    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!

    • @longhuynh8277
      @longhuynh8277 Před 2 měsíci

      they use it a lot in component library e.g antd, bootstrap... you should check it out

  • @regilearn2138
    @regilearn2138 Před 7 měsíci +2

    yes ,with REACT if you can do a design patterns series practical real-world example would be really great

  • @Solo_playz
    @Solo_playz Před 2 měsíci

    Congratulations 🎉 👏🏼 for your first 🥇 sponsership 🤝
    and as always infotainment video ❤

  • @emapeire
    @emapeire Před 7 měsíci +1

    Thanks to show this!

  • @rotivanov
    @rotivanov Před 7 měsíci +1

    Hey Cosden, thanks a lot for sharing your knowledge with us. Which monitor do you use for your mac? I have been struggling to find a decent one with crisp text for my mac mini :(

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      I have a samsung, not sure which model but it's 34 inch with 2k resolution @ 144hz. That's good enough for me for now!

  • @ajbotha7232
    @ajbotha7232 Před měsícem

    Wow this helped a lot

  • @saqibmuhammad7218
    @saqibmuhammad7218 Před 7 měsíci +1

    Amazing new video lot of new concepts learn how to manage large workflow.

  • @tsco_game
    @tsco_game Před 2 měsíci +2

    best vid I've ever seen 👌

  • @paitrex
    @paitrex Před 6 měsíci

    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?

  • @dineshsinghbisht07
    @dineshsinghbisht07 Před 7 měsíci +6

    Hello sir, could you please bring a series on advance senior developer code for instance an open source react project code like a ui library. How they code, what should be the correct way to make a feature and so on. BTW love your content

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      Interesting ideas, thanks a lot will think about it them! ☺️

  • @Rustaveli_
    @Rustaveli_ Před 7 měsíci +10

    Hi, Don't you think that HomePage violates the Single responsibilities principle? Because the HomePage component fetches posts, in the future it may be responsible for sorting posts, etc. + it renders content in the future HomePage also can render something else, which may also require fetching data. Isn’t it better to move the state and fetch to the PostFeed component and fetch the posts there? In this case PostFeed will be responsible for posts logic. If we want PostFeed to be reusable, we can rename this component to just Posts (will accept posts as props) and create a wrapper e.g HomePagePosts which will have a posts state and fetch the data and pass this data to the Posts component through the props? What do you think?

    • @oguzhanozgul
      @oguzhanozgul Před 7 měsíci +1

      This.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      Great question! So first, I don't think it violates it at all. Any React component needs to return something, so that by default makes it responsible for what it returns. In most cases, that's JSX so it's responsible for returning that and providing everything those components need.
      What I meant with the single responsibility principle, is that each component should have only one obvious job. In the HomePage, that job is to hold the state needed to render itself. So that means holding and fetching the posts, or if there's sorting implemented then holding the function that sorts the posts and passes it to the component that sorts, and anything else that it needs for its own content. The single responsibility here is: render the HomePage. Everything else it should delegate to other components.
      So you could've fetched the posts in the PostFeed component sure, but then the HomePage would've needed to hold some object with params to fetch with. So then that would become its responsibility. If you had a ProfilePage, it would hold different params such as the userId to fetch only those posts. That would be its responsibility.
      Then you can have other components, like the PostCard which is only responsible for rendering a single post. But that may mean it can hold some state, or fetch some data that it needs to render the post, or even filter stuff there. It still falls under the responsibility of: render a Post.
      That's the key, it's not about actually doing one single thing, but being responsible for one thing and holding all the code necessary for that one thing, even if that means multiple states and effects and props passed to other components!

    • @Rustaveli_
      @Rustaveli_ Před 7 měsíci

      @@cosdensolutions thx for reply)

    • @antoniuneacsu6811
      @antoniuneacsu6811 Před 7 měsíci +3

      what you could also do is extract all posts fetching logic in a custom hook (usePosts) - as explained in the last design pattern in the video.
      In this hook, you can move the fetching part that is present in the HomePage. Imagine having filters, sorts, different views options (as cards, as list, etc). The HomePage would have lots of logic in it + testing would be a nightmare and not possible to do unit testing correctly -> you would render a giant component every time you want to test isolated capabilities: filters, sorts, etc

    • @Rustaveli_
      @Rustaveli_ Před 7 měsíci

      @@antoniuneacsu6811 great solution, also thought about this

  • @harrybilney9096
    @harrybilney9096 Před 6 měsíci +1

    The only thing I would say about having your fetching and state in your parent component is that when you update that data, your whole page will reload, not just the componants using the data.

  • @angthapyeuquan5409
    @angthapyeuquan5409 Před 7 měsíci +2

    Hi, I wonder about the last pattern 'extract useEffect to other files', if we have too many dependencies related to useEffect such as the variables from useState for checking, how can we handle that?

    • @fouadchahd2969
      @fouadchahd2969 Před 7 měsíci

      Trust whenever u have a dependency that has dependencies, there's a way to refactor ur code to get rid of that useEffect

  • @robwatson826
    @robwatson826 Před 7 měsíci +1

    That was a really interesting video! Thanks for sharing.
    A question about extracting logic into Hooks - how do you share state from the hooks back into the component itself? Would you return a big object full of properties similar to how useState works?

    • @fabryscript
      @fabryscript Před 7 měsíci

      the thing that I would personally do is just returning the properties that i need. For instance, if i fetch some data and put it in the state, i'll then just return the value from the state without anything else (apart from common utils like isLoading, error etc...), in order to let the component consume only the things that it actually needs

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      Yes you return everything that you need! Usually in the form of an object with the properties inside so that you then use them with the same name in the component!

  • @REPOORTEHT
    @REPOORTEHT Před 7 měsíci

    Last one : chef's kiss.

  • @petarkolev6928
    @petarkolev6928 Před měsícem

    Does mightymeld work in monorepos?
    Great video btw! You got yourself a new subscriber 🍻🍻

  • @danieldk5148
    @danieldk5148 Před 7 měsíci

    Really love theses kind of videos! Thank you! One question, and sorry if it would be obvious, but I really liked the last pattern, bit how would it be implemented if I need a control state? Or that would be more like the second pattern shown?

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      I'm not sure what you mean by control state, but extracting that in a custom ".hooks" file is no different than having that code directly in the component. So you could have that custom hook receive props from the component or from above, and even return a value too. This will work exactly in the same way, with the only difference being that now everything runs through and from this extra file

    • @danieldk5148
      @danieldk5148 Před 7 měsíci

      @@cosdensolutions sorry, sometimes I'm not so clear in english :(
      What I meant is if I need that state that (also) controls something outside of that .hooks file. Although I might be looking wrongly at the problem x solution.
      ~ just to make an excuse ~
      Been a couple months I'm not coding, kinda discouraged, so maybe that's why I'm not looking at this properly.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      @@danieldk5148 in that case, you need to pass the callback function to update that state through props to this component, and then pass it to the hook in .hooks. Then call it in there and it will update wherever the source is!

    • @danieldk5148
      @danieldk5148 Před 7 měsíci

      @@cosdensolutions thank you!

  • @michaelkorolev1413
    @michaelkorolev1413 Před 7 měsíci +2

    Great video! However, there is something that is bothering me. Why should we reinvent the Select behavior when it's already implemented by the browser?
    But the pattern is awesome and should be utilized.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      Generally it's good to have your own components that wrap the browser elements just so you can add any customisations you need there and have them apply to all of your app, instead of repeating it every time you use a select input. You can style them, add additional props, etc all in one place to re-use

  • @ahmadpak
    @ahmadpak Před 7 měsíci

    That was helpful.

  • @user-lq2gw9hx2s
    @user-lq2gw9hx2s Před 4 měsíci

    I would love to pay you for one on one tutoring, you sound like you really know what you're talking about.

    • @cosdensolutions
      @cosdensolutions  Před 4 měsíci

      I currently don't do 1v1 (but that might change in the future). However, I am soon launching a course that takes everything I've learnt over my career and puts it into a package that goes significantly beyond what my videos do. It's coming in a month and a bit!

  • @AhmedMohamed-tf9ed
    @AhmedMohamed-tf9ed Před 6 měsíci +2

    @Cosden Solutions - 2:10 You are not supposed to use side effects directly like this in React components. You should make a custom hooks / utility functions to adhere dependency inversion principle and separation of concerns principle...

  • @amirhosseinghaznavi6657
    @amirhosseinghaznavi6657 Před 7 měsíci

    Great video thanks, could you please tell us what is the name of last pattern you mentioned?

  • @randfamous
    @randfamous Před 7 měsíci +1

    Hello sir, please make a video on feature driven folder structure a.k.a screaming architecture - no youtuber has covered this till now and i am expecting from you ...

  • @ekchills6948
    @ekchills6948 Před 6 měsíci

    How come I'm not subscribed to this channel. Your contents are amazing

  • @setasan
    @setasan Před měsícem

    Lovely !

  • @salman0ansari
    @salman0ansari Před 7 měsíci +1

    this channel should be included in the "hall of fame" you are the only one teaching real world react.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      damn, thank you! That's exactly what I'm trying to do!

  • @ShubhamGupta-ol5xy
    @ShubhamGupta-ol5xy Před 7 měsíci

    please let us know the open source project u were taking about in you tube shorts

  • @PedroBulloJr
    @PedroBulloJr Před 7 měsíci

    Awesome! You could highlight keywords.

  • @thomasg2058
    @thomasg2058 Před 7 měsíci

    Hello, on compound compoent how can you access selected option on component your are using it?

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      Pass a callback from the parent to call onChange and get it that way!

  • @prashlovessamosa
    @prashlovessamosa Před 7 měsíci +1

    Thanks for sharing.
    any update when will you make a tut on React Router.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      Its planned for a couple of vids from now! Don't worry it's coming ☺️

    • @prashlovessamosa
      @prashlovessamosa Před 7 měsíci

      @@cosdensolutions thanks whatever you teaches directly goes to my mind I am too addicted to your teachings thanks.

  • @ayansinha5000
    @ayansinha5000 Před 6 měsíci

    Can we get this codebase or any github reop to view this example?

  • @alexevlad
    @alexevlad Před 7 měsíci

    I've started working for my first time at a company at a level of junior. I've already extracted a topic dashboard page into multiple hooks for easier management. I was required to hooks which was used in another hooks,, is this a good idea?

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      yeah, sounds reasonable, I use hooks within hooks all the time!

  • @ptolemyhenson6838
    @ptolemyhenson6838 Před 6 měsíci +1

    Why is every react component put in a separate file, even the ones that are related to each other and could be easily navigated within the same file?

  • @martapfahl940
    @martapfahl940 Před 5 měsíci

    Great work I really learned a lot! One question for minute 14:00 would you also make a sepearte file Component.helpers.ts for functions like const handleSubmit e => {} and other functions? Also how would you do it on server components where you can't use hooks?

  • @pulkitcs
    @pulkitcs Před 4 měsíci

    We are missing HOC, composition etc design patterns. This video is confusing 😞, could you please provide a link to these videos in this video. Thanks

  • @mohamedabdelhalim9892
    @mohamedabdelhalim9892 Před 7 měsíci

    can we isolate the logic code in a components that uses that conditional rendering depending on states for example?

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      yeah you could

    • @mohamedabdelhalim9892
      @mohamedabdelhalim9892 Před 7 měsíci

      @@cosdensolutions mmmmmm, does it contribute anything to performance or only for readability and clean code approaches?

  • @kodiak809
    @kodiak809 Před měsícem

    2:35 i can't get it i thought the initial state can only be string,number or null...why is there a component there?

  • @erfanmo1468
    @erfanmo1468 Před 7 měsíci

    how did you make the functions sticky in your vscode ?!

  • @raybelmo
    @raybelmo Před 7 měsíci

    Great Video!

  • @fouadchahd2969
    @fouadchahd2969 Před 7 měsíci

    Is the last example correct ? The useSignInHooks will be triggered on each render no!?

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      yes, that's not a problem at all. Even how it was before it would trigger every render

    • @fouadchahd2969
      @fouadchahd2969 Před 7 měsíci

      @@cosdensolutions by rerender do you mean each state update or refreshing !
      isn't wrong to send analytics event on each state update ?

  • @ilmanmanarulqori5632
    @ilmanmanarulqori5632 Před 7 měsíci

    this is it AWESOME!!!🎉

  • @yassinenassib2619
    @yassinenassib2619 Před 4 měsíci

    Thanks for the Video , but i see an issue with Props Drilling! we are passing the posts to 3 child components!
    can you explain why this is a bette practice than creating a posts context ?

    • @cosdensolutions
      @cosdensolutions  Před 4 měsíci +1

      posts is only passed to PostFeed. PostFeed then maps over the posts and passes a post to PostCard. This is not prop drilling, this is just normal React! A context wouldn't make sense here!

    • @yassinenassib2619
      @yassinenassib2619 Před 4 měsíci

      @@cosdensolutions thank you for the feedback and explanations!

  • @user-th5hc3xl3x
    @user-th5hc3xl3x Před 9 dny +1

    4:38 hello, terminal app name?

  • @chicao4896
    @chicao4896 Před 6 měsíci +1

    I find it wild that it takes 70 lines of code to make a select component in React. Great video though.

    • @cosdensolutions
      @cosdensolutions  Před 6 měsíci +1

      fair enough, but that's mostly because of setting up the context + a custom hook, which isn't necessarily required for a simple select component that is pure UI

  • @maximilianojuega17
    @maximilianojuega17 Před 3 měsíci

    you explain really good but in the compound component, you use the onClick in the option which does nothing, this is the second example you do that lead to a broken component , its better to make component that actually work so people can see the use case

  • @user-py5zu9pb8u
    @user-py5zu9pb8u Před 6 měsíci

    thanks

  • @webcodeuniversity
    @webcodeuniversity Před 6 měsíci

    The SRP is arguable here, for this example, homepage component should not be responsible for fetching posts, that's a responsibility for Posts component to do, imagine that homepage has other components that need some data from an API, so the homepage component will be a mess, therefore, we'll be violating SRP. Also the last patten is arguable indeed, if we do that for every component, then we're losing colocation principle which I think it's more meaningful than just move things around, instead I think smart/dump components pattern would make much sense in such situation instead of using custom hooks. Thanks for the video though

  • @jitujahagirdar613
    @jitujahagirdar613 Před 4 měsíci

    and i would like to know how to give answer please explain about your fronted project architecture ? give your sample react project architecture example .!

  • @JamesIsbellUK
    @JamesIsbellUK Před 5 měsíci

    SRP is a good pattern but can lead to the following drawbacks: excessive fragmentation, increased boilerplate code, decreased readability, difficulty in debugging, and an increased onboarding time for developers.
    For small and even some medium-sized projects, sometimes it's just simpler and easier to AVOID breaking things down into multiple responsibilities and files. Sometimes it IS more readable if it's in a single place.

  • @___jd
    @___jd Před 5 měsíci

    I would argue that PostFeed should handle the Post fetching itself. Makes more sense than the HomePage which is really just a visual container.

    • @cosdensolutions
      @cosdensolutions  Před 5 měsíci

      I wouldn't, because you would also use PostFeed in the UserProfilePage for example, where you'd need to fetch all posts of a specific user. So you would need to pass some sort of filters from the HomePage and UserProfilePage. So at that point, just fetch them there and let PostFeed display them only

    • @___jd
      @___jd Před 5 měsíci +1

      @@cosdensolutions Passing the filters seems fine imo
      // Home.
      // Profile.
      Or similar. But to each their own, and hard to say without a larger app context. Cheers, love the vids.

  • @DuduHaupt
    @DuduHaupt Před 2 měsíci

    should I have one test for my Component.tsx and other for my Component.hooks.tsx? or one test for both of them? Excellent video!!

  • @oscarthroedsson1410
    @oscarthroedsson1410 Před 2 měsíci

    Can you do a video about select.option. Watched it 10 time in speed 0.75.. I don´t get it.
    I get why it need to be in a select. But I don´t get the Select.option tag

  • @kouzul
    @kouzul Před 19 hodinami

    I don't understand why home page is responsible for getting the posts, in single responsability example.
    Shouldn't it only be responsible for rendering all the page components and PostFeed to be a feature component and get what it needs for its child components?

  • @epouivan3475
    @epouivan3475 Před 7 měsíci

    Can you please create a complete react course.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      Absolutely, working on it as we speak! I'm doing something unique and way better than anything else I've seen out there ☺️

    • @epouivan3475
      @epouivan3475 Před 7 měsíci

      Patiently waiting@@cosdensolutions

  • @brianmeyer3050
    @brianmeyer3050 Před 7 měsíci +1

    The Select context option feels unnesarily complex. Custom hooks + useContext for a native form element? You mention that it's nice because now it's a simple and reusable component, but you've created something that is finicky, difficult to understand and hard to maintain. That's the opposite of a senior design pattern.

  • @singh.aadarsh
    @singh.aadarsh Před 7 měsíci

    Amazing

  • @TarasovFrontDev
    @TarasovFrontDev Před 7 měsíci +2

    SRP is not a design pattern but a SOLID principle.
    And the first ex is not quite good.
    should only return JSX (view layer)
    should only return JSX (view layer)
    should fetch data (model layer)
    P.S. Ok, now I got it. It's not ed video, but ad for sponsor. Well you should retitle the video right.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +3

      You can split components further into views and controllers sure, but you also can choose not to and do it how I did, it's perfectly valid. And yes, in the last example I showed the model layer too, did you watch until then? ☺️
      And lol, I would've made this video with or without the sponsor my dude

  • @ukaszkisicki7862
    @ukaszkisicki7862 Před 6 měsíci +1

    why not fech posts in the postFeed. PostFeed is the owner of these posts. I'd do the fetching there

    • @cosdensolutions
      @cosdensolutions  Před 6 měsíci

      You could, but then you need to tell it what posts to fetch. If the home page, fetch home page posts, if user profile, fetch user posts. Easier to have that fetch in the respective pages and the component just render them imo

  • @MasculinismTV
    @MasculinismTV Před 7 měsíci +1

    here we go sellout mode activated

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      Would've made this video with or without a sponsor my dude

  • @mauriciabad
    @mauriciabad Před 7 měsíci

    Great video! I only disagree in the single responsability part, because in many cases it's not worth the effort of splitting things up, and you didn't dig into how to decide when to use the pattern.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      I would argue that splitting should be the way you build them in the first place. If you always build small and with a single responsibility, no matter the project you end up benefiting imo. That's why I didn't mention anything about when to use it in the video

  • @aer1th621
    @aer1th621 Před 6 měsíci

    can I have github repos?

  • @21mighty86
    @21mighty86 Před 7 měsíci

    10:00 you are passing the state setter as prop which is anti pattern by itself.
    Instead, the callback should be passed and state setter should be called inside handler of that callback

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      what makes you say it's an anti-pattern?

    • @chetanchandel8850
      @chetanchandel8850 Před 7 měsíci

      interesting topic, just leaving comment to get notified when someone replies

  • @thehelldesk5463
    @thehelldesk5463 Před 7 měsíci

    I learned nothing, but it should be a good introduction for begginers maybe

  • @zkabadu
    @zkabadu Před 7 měsíci

    Talks about SRP, doesn't do SRP in its best way: your outer component does not do one thing, but two: it renders the component and it fetches the data. Therefore you break SRP 😬

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      So how I see SRP is that it shouldn't just have a few lines of code on one specific thing, but rather one responsibility. That's the R in SRP. The HomePage is responsible for the rendering of the HomePage, which includes fetching the posts and passing the data to all sub-components

  • @joaobonsegno126
    @joaobonsegno126 Před 7 měsíci

    If you have a PostFeed component that is responsible for rendering the posts, why fetch them in the parent component? If PostFeed has the responsibility to deal with the post feed (obviously), isn't it better to let it fetch its components and remove this responsibility from the parent?

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci

      You could, but you'd still have to pass something from the homepage. Because if you re-use PostFeed somewhere else, like a ProfilePage, you need to tell it which userId to fetch from. So the PostFeed still needs info from the parent to fetch. So at that point, makes more sense to do the fetch in the parent with the correct filters, and just use PostFeed to render them!

  • @alfonsoalejandroespinosade1728

    i think the right name of the pattern is not feature components, is compound components,

  • @ameer6168
    @ameer6168 Před 7 měsíci

    I don't think it matters seniors are still going to use the most fkd up pattern in the existence

  • @luc.kasnix
    @luc.kasnix Před 7 měsíci

    The useSignInPage does not have a single responsibility.

  • @anvuan5473
    @anvuan5473 Před 7 měsíci

    U forgot the lazy loading that component. it could be a huge problem

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      Nah because they go together so they should be loaded at the same time

  • @alexandrudodon1
    @alexandrudodon1 Před 7 měsíci

    You started off by talking about the single responsibility principle, but then went and assigned multiple responsibilities to it.
    The page component would, indeed, be responsible for orchestrating the required components, but it shouldn't deal with container styles - that's something that should be delegated to either a "layout" or a "template" component that accepts various implementations as child elements.
    While it's true that the page should also fetch the overarching data that is required to display everything, filtering it is not its responsibility - that's something that should be handled by a different component and upon successful filtering, the page component would update its state with the new data.
    What if I have a smart component several layers deep that needs some data that is not needed anywhere else? Would you also fetch in the page component and pass it down through prop drilling? I would argue that you shouldn't and rather let that component fetch what it needs to work with, so that the page component would only deal with state that is important for the whole page.

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +1

      Great comment! Sure, you could use a layout if it's a generic style that applies to all pages. But for laying out the post feed and how that is styled, that's the home page. Does it go at the top or at the bottom, is it full width or next to a search bar, etc. That's home page responsibility.
      Also, the actual components that will filter are separate, sure. But the home page needs to hold and pass a callback to that component to receive the updates, and then filter the posts to display. That's what I meant!
      And to the third point, it really depends. You can have self contained components that fetch their own data, or you can choose to pass it from the home page. There's no right answer and it really depends on the specific context imo. Could've had PostFeed fetch its own data and only receive some parameters from home page to fetch with for example

  • @mihaistoica4831
    @mihaistoica4831 Před 6 měsíci

    I don't think naming Design Pattern is right for this type of content. You are presenting good practices for React and Single Responsability Principle Anyway, interesting video, keep up the good work!

    • @cosdensolutions
      @cosdensolutions  Před 6 měsíci

      what would you name this as? And what would you consider design patterns in React?

    • @mihaistoica4831
      @mihaistoica4831 Před 6 měsíci

      @@cosdensolutions I would consider them as good practices. If you take into consideration the definition of design pattern (Design patterns are typical solutions to commonly occurring problems in software design.), those are solutions exclusively mapped to frontend frameworks. As I've just said, it's a personal opinion based on this definition.

  • @Forshen
    @Forshen Před 7 měsíci

    'single responsibility principle' is an priniple. a.k.a. a guideline. Not a Design Pattern.
    EDIT: I see 0 Design Patterns here. Just code separation, no technical problem solving.

  • @dadya_denis
    @dadya_denis Před 6 měsíci

    Select component are not good enough to show it even for junior developers, cause even within Design Pattern its a bad practice, cause you store the view and the logic of the context inside one file, that incorrect in any case.

  • @sivaprakas2830
    @sivaprakas2830 Před 4 měsíci

    looks like you were in hurry, please make video when you have more free time and good sponsor

  • @mokhtariabdelmadjid2977
    @mokhtariabdelmadjid2977 Před 6 měsíci

    compound component is just adding more layers of complexity, just keep everything simple and easier we dont need a context or a hook for a simple select that absurd

    • @cosdensolutions
      @cosdensolutions  Před 6 měsíci

      The idea is that all of that complexity is abstracted in that component once, then you don't worry about it. And using context prevents you from using the Option component in something other than a select, and then adding props and logic in it to fit both use cases. That pattern doesn't scale at all and will lead to a lot of problems. That's the benefit of compound components

  • @praneetc1040
    @praneetc1040 Před 4 měsíci

    explanation is too fast, not able to understand the compound components

  • @enyelsequeira3619
    @enyelsequeira3619 Před 7 měsíci

    Not senior 😴😴

  • @noNullMoments
    @noNullMoments Před 7 měsíci +43

    i thought we were going to learn about factory, oberserver, singleton something meaningful not this!

    • @cosdensolutions
      @cosdensolutions  Před 7 měsíci +18

      I think this is really meaningful, especially for beginners who don't know the ways to think about React. But I will definitely make more videos like these!

    • @noNullMoments
      @noNullMoments Před 7 měsíci +5

      I think it is important that young developers or aspiring engineers should be exposed to "politically correct way of doing things" because as a lot will later find out that it is harder to unlearn bad habits than to acquire new good ones. Design Patterns: Elements of Reusable Object-Oriented Software (by the Gang of four) is probably one of the most influential books written in computer science history that discuss the "CORE" of OOPs patterns that are absolutely used in JS meta frameworks. Anyways.. good luck

    • @detaaditya6237
      @detaaditya6237 Před 7 měsíci +9

      Well, the thing is that the classic go4 design pattern is not always applicable to React codes. I think this video delivers more concrete, head-on, and easier design patterns for relatively new developers to follow.

    • @rahulsingh-hn3fy
      @rahulsingh-hn3fy Před 6 měsíci +13

      ​@@noNullMomentsnever seen someone apply oop patterns you listed in react😅

    • @noNullMoments
      @noNullMoments Před 6 měsíci

      ​@@rahulsingh-hn3fyczcams.com/video/CWkD2kP6Wug/video.htmlsi=iNRRUJIlGY9zJbpp 😮😂😂😂

  • @worldwide6626
    @worldwide6626 Před 5 měsíci

    Lmao this is exactly what my company uses

  • @randfamous
    @randfamous Před 7 měsíci

    Hello sir, please make a video on feature driven folder structure a.k.a screaming architecture - no youtuber has covered this till now and i am expecting from you .....