Best of Vue.jsApril 2024

  1. 1
    Article
    Avatar of devtoDEV·2y

    Things that I like better in Vue than in React

    Vue has several features that stand out against React, including a more interactive installation process, an intuitive reactivity system, single-file components for better organization, and a more readable approach to conditional rendering. Vue also offers computed properties for handling complex logic and a streamlined state management solution with Pinia.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Vite & Vue Powered Static Site Generator

    Effortlessly create beautiful documentation sites with Vite and Vue.

  3. 3
    Article
    Avatar of asayerasayer·2y

    HTMX vs. Vue and React -- Pros and Cons

    This post compares HTMX, Vue, and React JavaScript frameworks, highlighting their differences, pros, and cons. It discusses the core differences between HTMX, Vue, and React, examines the strengths and weaknesses of HTMX, React, and Vue, and provides use cases for each framework. The post also showcases how to work with HTMX, React, and Vue to create a CRUD task list application, and compares the code required in each framework.

  4. 4
    Article
    Avatar of communityCommunity Picks·2y

    Vue 3 Vapor Mode News

    Vue 3's Vapor Mode is a new compilation strategy that aims to enhance app performance by reducing bundle size and using less memory. It can be enabled at the component or app level, and its goals include support for core features and seamless integration with existing apps.

  5. 5
    Article
    Avatar of asayerasayer·2y

    Multipart Forms with Vue and Pinia

    Learn how to build multipart forms using Vue.js and Pinia. With Vue and Pinia, you can easily collect and store various data from users in an organized way. The article provides step-by-step instructions on setting up Vue and Pinia, designing the form structure, and submitting form data to the Pinia store.

  6. 6
    Article
    Avatar of asayerasayer·2y

    Vue Router Enhancements

    Learn about the key Vue router enhancements to improve the way you use Vue routes. Topics covered include dynamic routes, nesting dynamic routes, navigation controls, named routes and views, transition effects, and lazy loading routes. Set up a Vue project using the CLI, define dynamic routes in Vue Router's configuration, and access dynamic route properties in a component.

  7. 7
    Article
    Avatar of weeklyvuenewsWeekly Vue News·2y

    Weekly Vue News #143 - Once Watchers

    Stay updated with the latest news and updates in the Vue community by subscribing to the weekly newsletter.