Vue 3 Cheatsheetarrow-up-right
Renderless components separates the rendering and state logic that drives the rendering. This pattern is very useful if the rendering need to be UI library agnostic. This also gives maximum flexibility to customize the UI of the component.
An introduction - https://adamwathan.me/renderless-components-in-vuejs/arrow-up-right
A language selector component as Headless/Renderless component - Demo: https://csb-2hd7s.netlify.app/arrow-up-right Code: https://codesandbox.io/s/renderless-language-selector-2hd7sarrow-up-right�
https://github.com/gothinkster/vue-realworld-example-apparrow-up-right
https://github.com/kodilan-com/frontendarrow-up-right A real application with lot of good practices
Tips: https://itnext.io/a-few-handy-vue-js-tricks-832703cff426arrow-up-right
Last updated 5 years ago