← All projects

react-solid

by @ipenywis

589

React S.O.L.I.D Principles for writing clean-code

About this project

React S.O.L.I.D Principles for writing clean-code SRP: Single Responsibility Principle OCP: Open-Closed Principle LSP: Liskov Substitution Principle ISP: Interface Segregation Principle DIP: Dependency Inversion Principle All the principles are explained on CoderOne's youtube channel: https://youtu.be/MSqDCRxOxw Code This Repo has examples for all principles implemented in React. Go inside src/principle there will be all principles there with isolated demos. You can run the dev server using: Change the component in App.tsx with the corresponding Principle's component name to see the demo. Example

From the project README on GitHub

Stars
589
Forks
199
Last push
27 Nov 2023

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/react-solid.svg)](https://www.madeinalgeria.dev/projects/react-solid)

Related projects