Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 627 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 627 Bytes

libro

Vue 3 app to test composition, jsx, hooks, and vite

Libro is spanish for book. While building a book catalog app, I will test the Vue 3 api and try to write as much react in vue.

  • Hooks to share reusable functions in components
  • Context and provider for global settings like language and theme. e.g.
  • Vuex/Zustand(hook based store)/Overmind for the store.
  • Tailwind and SASS for styling