Hacker News new | ask | show | jobs
by TomMarius 2616 days ago
Renderless? What are these good for?
1 comments

They're like higher-order components on steroids that handle all the heavy lifting of the logic for the component (including what _should_ be rendered) but leave the actual rendering up to you (DOM structure, style, etc).

Here's a Vue example: https://banshee-ui.github.io/docs/guide/#why-banshee