When it comes to developing robust, maintainable, and scalable React applications, applying SOLID principles can be a game-changer. These object-or...
For further actions, you may consider blocking this person and/or reporting abuse
I'm covering this topic at Odin Project right now and just came across this article. Thank you.
Cool
Doing the same same thing as well
Really like your React examples, thanks for sharing 🙌
And it's absolutely true: "Elevates the quality of your code ... Whether you're building a small project or a large-scale application..."
It's a great feeling when after months or even years we revisit our well-written code :)
The open closed example doesn't work. Button doesn't get render the children prop and the the icon of never displayed.
Otherwise really good examples. Especially the dependency injection principle.
Thanks. I appreciate the good examples.
Welcome!
Thakks
Nice
Great content. Thank you.
Nice
Thanks for the great article!
Nice, great article @vyan !
Excellent article too bad Javascript people hate SOLID. It's been working for over 20 years and can be used in Any language. Your example of Open Closed is very creative...
This is really cool and great examples. Thank you!!
Really helpful 👌
🤘
It would also be great to see bad examples for these principles to understand how not to do
Can the SOLID principles also be applied in react-native?