Hooks are coming to steal your Mixins

Happy Halloween Vuempires and Zombiettes!!!

Hooks are the cats pajamas right now in the React world. Everyone and their grandma is hooking up! Yes, this will be one of those posts, full of puns. Sorry not sorry

So what are Hooks actually?

They are a pretty nifty way of extracting away state logic from components, using a sort of shared functions. Think of it as external state services that can be plugged in and composed into components.

Read the full article on Medium.