Best of Vue.jsDecember 2023

  1. 1
    Article
    Avatar of newstackThe New Stack·2y

    What Vue’s Creator Learned the Hard Way with Vue 3

    Vue's creator learned several lessons in the transition from Vue 2 to Vue 3. These include the need to handle breaking changes more carefully, reach out to ecosystem library authors, release everything together, embrace TypeScript and the composition API, and invest in developer experience.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    React Router, Solid Router, Svelte Router, Vue Router

    TanStack Router is a fully type-safe React router with built-in data fetching, caching, and search param APIs. It offers improved performance and a better developer experience.

  3. 3
    Article
    Avatar of asayerasayer·2y

    Generating QR Codes with Vue

    Learn how to generate QR codes in Vue apps. Understand the structure and components of a QR code. Build a QR code generator in Vue using the vue-qrcode library.

  4. 4
    Article
    Avatar of devtoDEV·2y

    From Ants to Titans: The Javascript UI Framework Battle Royale

    A comparison of the top Javascript UI frameworks: Svelte, Angular, Vue, React, and Solid.js. Each framework has its own unique features and advantages. React is considered the king of UI frameworks, but Solid.js is emerging as a strong competitor. The state of Javascript UI frameworks is constantly evolving.

  5. 5
    Article
    Avatar of sitepointSitePoint·2y

    Turn Your Vue App into an Offline-ready Progressive Web App

    Learn how to turn your Vue.js app into an offline-ready progressive web app. Understand the key concepts of service workers and manifest files. Prepare your Vue.js app and modify the manifest file and the service worker. Customize the service worker and make your app installable. Test your offline-ready PWA.