SOLID design principles in React Redux - wesleyduff/Blog-and-Tutorials GitHub Wiki

S.O.L.I.D

  • single responsibility
  • open-closed
  • liskov substitution
  • interface segregation
  • dependency inversion

How does this apply to React / Redux code?
Lets see if we can't find a way to implement the ideas of each part of SOLID.

  1. Single Responsibility