Using mixins vs components for code reuse in Facebook React
I’m beginning to use Facebook React in a Backbone project and so far it’s going really well.
However, I noticed some duplication creeping into my React code.
I’m beginning to use Facebook React in a Backbone project and so far it’s going really well.
However, I noticed some duplication creeping into my React code.
In Programming Python, Mark Lutz mentions the term mixin. I am from a C/C++/C# background and I have not heard the term before. What is a mixin?