DEV Community

Discussion on: Let's talk about how React is only a view layer

Collapse
 
0916dhkim profile image
Danny Kim

I agree that we need to separate two layers of side-effects (rendering & dynamic data), however, functional programming paradigm is very different from MVC and OOP. SOLID principles do not make too much sense in functional world, so it is difficult to criticize redux hooks based on SOLID.