DEV Community

Discussion on: React or Vue or Something New?

Collapse
 
antonfrattaroli profile image
Anton Frattaroli

For the specific example you've given, my first instinct would be to check out Vue mixins. The react team has a different philosophy about mixins and prefer compositions as you've shown. Could read Dan Abramov's "Mixins considered harmful" article for their perspective. On the other hand, The Vuetify library is an interesting Material implementation that relies heavily on Vue's mixins.