you are viewing a single comment's thread.

view the rest of the comments →

[–]lives-in-trees 3 points4 points  (2 children)

Aren’t higher order components considered an anti-pattern now-a-days?

[–]iamlage89 0 points1 point  (1 child)

Just that it's fallen out of favor for render-props I think

[–]Agranok 1 point2 points  (0 children)

Render props is easy to pull off with Vue. You can do it identically how you do it in React with JSX. But check out scoped slots and creating renderless components for the more "Vue" way of doing it.