Best of Vue.jsJune 2022

  1. 1
    Article
    Avatar of honeypotHoneypot·4y

    6 Best Frontend Communities to Join in 2022

    In 2022, there are lots of online developer communities that can scale your learning experience and speed. WeLearnJS is a slack community of JavaScript developers with more than 12,000 members as of June 2022. Reactiflux is an online Discord community of React developers with a massive size of more than 185,000.

  2. 2
    Article
    Avatar of lnLaravel News·4y

    Vite is now the default frontend asset bundler for Laravel applications

    Vite is now the default frontend asset bundler in new Laravel projects. Breeze and Jetstream have been updated as well. Vite provides near-instantaneous build times during development. You'll see updates automatically happen in the browser while you work, which is a fantastic experience!

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

    Vue 3 was a mistake that we should not repeat

    More than 4 years have passed since the initial introduction of Vue 3. Many discussions over several RFCs and a lot of influence from other modern frameworks including React and Svelte have shaped Vue. Vue is probably the most powerful and well-rounded framework out there, capable of supporting applications of any scale and architecture.

  4. 4
    Article
    Avatar of gcgitconnected·4y

    Vue Creator Tells React Team: You Should Recommend Vite over Create-React-App for React Developers

    Vue Creator Tells React Team: You Should Recommend Vite over Create-React-App for React Developers. Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects, such as VanillaJS, Vue, React, and Svelte.

  5. 5
    Article
    Avatar of hackernoonHacker Noon·4y

    How to Use the Adapter Design Pattern in Vue.js

    Developers often rely on using the third-party libraries so they don’t need to develop the basic UI components from scratch. In this article, we are gonna discuss how to increase the maintainability and quality of Vue.js applications while using the Element UI & Vuetify.

  6. 6
    Article
    Avatar of webtoolsweeklyWeb Tools Weekly·4y

    JS Overkill, CSS Tools, Testing, Uncats

    Hacker News user questions use of heavy DOM manipulation libraries for rendering all content. The responses to the post are quite mixed but generally in favour of the concerns the user is expressing. I agree that developers should first try to solve problems with vanilla JavaScript rather than assuming every project should use React, Vue, or similar libraries.