Best of Vue.jsMay 2022

  1. 1
    Article
    Avatar of vuejsdevelopersVue.js Developers·4y

    Pinia, The New (and better) State Management System For Vue

    Pinia is the new State Management System for Vue. This article explains why I think it’s a great tool, and why you should be using it today. If you haven’t heard about Pinia yet or considering switching from Vuex, this article might help you.

  2. 2
    Article
    Avatar of syncfusionSyncfusion·4y

    Micro-Frontend—Why and How?

    Micro-frontend is a new architecture inspired by microservices. The concept is similar to microservices, where we can break the whole monolithic codebase into smaller codebases that can be developed autonomously by distributed teams. Micro-frontends have certain principles that allow for scaling an app.

  3. 3
    Article
    Avatar of changelogChangelog·4y

    formkit/auto-animate: A zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with React, Vue, or any other JavaScript application.

    AutoAnimate is a zero-config, drop-in animation utility that adds smooth transitions to your web app. You can use it with Vue, React, or any other JavaScript application. Add motion to your apps with a single line of code. Please consider supporting us with a recurring or one-time donation.

  4. 4
    Article
    Avatar of devgeniusDev Genius·4y

    Vue vs React in 2022: What to Choose and When

    Vue and React are among the most fast-evolving technologies for frontend development. There are many factors to explain their popularity among business owners and developers. In this blog, we will try to compare Vue.js vs React.js, taking into account their differences and similarities.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Gravity - A modern RPC framework for Svelte, React, Solid and Vue

  6. 6
    Article
    Avatar of hashnodeHashnode·4y

    Vue 3 Reactivity System Is Brilliant! Here’s How It Works - Part 1

    Reactivity is the seamless mapping between the application state and the DOM. We need a way to automatically know that the value has changed and therefore call the updateTotalPrice function automatically. Javascript Proxy allows us to intercept the basic operations like getting a value or setting a value of an object.

  7. 7
    Article
    Avatar of devdojoDevDojo·4y

    DevDojo Weekly - May 2022

    Last week we had some awesome post submissions including posts on Vue Events, Creating a Hacker News Clone, Git Commits, Rainbow Kit, and more. Want a chance to win $10 in Crypto rewards? Simply write a post on the DevDojo and you will automatically be entered. Check out the second episode of the "DevDojo Journey"

  8. 8
    Article
    Avatar of gcgitconnected·4y

    A Guide to Events in Vue

    Vue lets us add reactivity to our applications and websites through events. The great thing about Vue events is they mimic vanilla Javascript, so all the events you’re used to using in Javascript can also be used in Vue. Vue Basics: Vue Events: An Introduction to Vue and Events.