Best of Vue.jsMarch 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Unleashing Your Power With Vue Animation

    Learn how to create animations in Vue using CSS and GSAP (GreenSock Animation Platform), as well as how to create custom directives for animations. Unlock the power of animations in Vue to enhance user experience and make your applications stand out.

  2. 2
    Article
    Avatar of logrocketLogRocket·3y

    How to build a real-time Vue app with WebSockets

    WebSockets is a protocol for bi-directional, real-time communication between the client and the server. The protocol is designed to work over the same ports as HTTP and HTTPS, making it easy to integrate into existing web infrastructure. In this article, we’ll delve into the intricacies of Web Sockets, exploring its potential.

  3. 3
    Article
    Avatar of risingstackRisingStack·3y

    The Best JavaScript Frameworks: Pros and Cons Explained

    React is fast and efficient because it uses a virtual DOM rather than manipulating the real DOM. Next.js makes it easy to get started with server-side rendering without having to do any configuration. Vue.js has become one of the most popular JavaScript frameworks in recent years.

  4. 4
    Article
    Avatar of sitepointSitePoint·3y

    Vue vs React: Everything You Need To Know — SitePoint

    Vue vs React: A thorough comparison of the two popular tools for creating JavaScript web applications. Discusses flexibility, development tools, performance, documentation, and community support. Vue is faster and has better documentation, while React is more popular and has more third-party tools.

  5. 5
    Article
    Avatar of asayerasayer·3y

    Managing State in Vue with Pinia ORM

    Pinia ORM is a library that enhances Vue's basic state management capabilities. It allows developers to manipulate and query data in a way that improves application performance.

  6. 6
    Article
    Avatar of medium_jsMedium·3y

    PreVue Is Back and Better Than Ever!

    PreVue 2.0 is a modernized version of the popular prototyping tool for Vue developers. It includes a host of new features and improvements, such as a modernized codebase, conversion to a web application, comprehensive testing, TypeScript conversion, and UI/UX enhancements.