dwyl / linky

Tiny link shortening app/service :link:
GNU General Public License v3.0
17 stars 3 forks source link

We are confused about Mixins... What do they do? #2

Closed naazy closed 2 years ago

jrans commented 8 years ago

@naazy Correct me if I'm wrong but I can't see one reference to a mixin in this whole repo?

naazy commented 8 years ago

@jrans True! but just thought we'd ask anyway ;)

jrans commented 8 years ago

Not the code in this repo is using es6 classes and react doesn't support them. If you still wish to go down the road first understand what a mixin is here and see this module for support.

nelsonic commented 2 years ago

We aren't using mixins anywhere. See: https://en.wikipedia.org/wiki/Mixin