Best of Vue.jsJuly 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Vue 2.7 "Naruto" Released

    Vue 2.7 "Naruto" has been released. Vue 3 is now the default version of Vue. Many users have to stay on Vue 2 due to dependency compatibility, browser support requirements, or simply not enough bandwidth to upgrade. We have backported some of the most important features from Vue3 so that Vue2 users can benefit from them.

  2. 2
    Article
    Avatar of syncfusionSyncfusion·4y

    Vue Composition API vs. React Hooks

    React Hooks were introduced with the React 16.8 update. They are a function type that allows you to hook into React state and lifecycle methods. Vue has challenged React with its new Composition API, which can extract pieces of reactive logic and share the code with other components.

  3. 3
    Article
    Avatar of logrocketLogRocket·4y

    Build 3D visuals in Vue with Lunchbox.js

    Lunchbox.js is a custom renderer for Three.js. It uses Vue’s component-based model and declarative style to handle imperative Three.JS functionalities under the hood. The library provides access to primitive Three. JS objects and classes through components, such as: mesh, light, material.

  4. 4
    Article
    Avatar of asayerasayer·4y

    Rendering real-time data with Vue, Node, and socket.io

    In this tutorial, I will show you how to render real-time data over the server and how sockets are used. We will create a very simple block game using Vue.Js, Node.js, and .css-1mn6awi. We are using Socket.io over REST APIs because we need real- time data, which is only deliverable over sockets.

  5. 5
    Article
    Avatar of asayerasayer·4y

    Getting started with Îles

    îles is a static-site generator that provide support for partial hydration. It facilitates the usage of MDX for website development and may be utilized with the Vue framework. With âles, the page is pre-rendered just like in server-side rendering, but JS is automatically added for the bits. âle allows you to define which components should remain interactive in the build.

  6. 6
    Article
    Avatar of devdojoDevDojo·4y

    How To Install Vue 3 in Laravel 9 with Vite

    Laravel has just released “laravel 9.19’ with a major change. There is no more webpack.mix.js file in the laravel root. Vue 3 is the latest version of the Vuejs Framework and growing rapidly. We’ll learn how to create a vue3 component and connect it with Laravel 9 blade.