Best of Vue.jsJuly 2021

  1. 1
    Article
    Avatar of devtoDEV·5y

    Moving away from ReactJs and VueJs on front-end using Clean Architecture

    This article is an English translation of the original in my blog: Alejándonos de ReactJs y VueJs en el front end usando Clean Architecture. Clean Architecture is the ability to uncouple our application of the delivery mechanism to the user, that is, from the UI framework or library.

  2. 2
    Article
    Avatar of devtoDEV·5y

    I created 8 free dashboard templates built with Tailwind for React, Next, Vue and Nuxt.

    Salvia-kit is an open source dashboard tool for React, Next.js, Vue.js and Nuxt. It is fully customizable and without external dependencies. You can export it and integrate it in your project. There are 33 repositories and each dashboard has 4 templates.

  3. 3
    Article
    Avatar of dzDZone·5y

    Why Is Vue.js the Most Preferred Choice

    Vue.Js is an open-source JavaScript framework used to create UIs and single-page applications. It has over 77.4 million likes on Github for creating intuitive web interfaces. 40.5% of JavaScript developers are c urrently using Vue.js, according to Wappalyzer and BuiltWith.

  4. 4
    Article
    Avatar of logrocketLogRocket·5y

    Vue Native vs. React Native

    Vue Native is a cross-platform framework that wraps the Vue.js syntax around React Native. Because Vue Native’s code transpiles into React Native before it compiles into a mobile app, you don’t need to learn React from scratch. Both frameworks are open source for anyone to contribute their source code to and use.

  5. 5
    Article
    Avatar of devtoDEV·5y

    Helpful patterns I use in Vue

    There are some simple patterns I tend to follow in my Vue projects that I figure work well enough to share. I’m really curious to see what other people do for these cases, so please share. Vue (and Riot) have is their plainness. That makes them easier to adopt and easier to replace.