Y
Hacker News
new
|
ask
|
show
|
jobs
by
rymohr
2616 days ago
There’s some work being done around renderless ui components but I’ve yet to see a complete framework.
1 comments
TomMarius
2616 days ago
Renderless? What are these good for?
link
rymohr
2616 days ago
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
link