|
|
|
|
|
by kowdermeister
3144 days ago
|
|
Redux (and every design pattern) is something most ppl don't need, but they apply mindlessly. At least Redux abstracts the application logic into a central state and thus makes it easier to replace Angular in favor of React or Vue. True, mindlessly applying patterns is silly, but not applying any design pattern means you will have a random software design (aka. spaghetti code) which is way worse. Funny, I started writing a blog post about this very subject today. |
|