Tutorials on Vue

Learn about Vue from fellow newline community members!

  • React
  • Angular
  • Vue
  • Svelte
  • NextJS
  • Redux
  • Apollo
  • Storybook
  • D3
  • Testing Library
  • JavaScript
  • TypeScript
  • Node.js
  • Deno
  • Rust
  • Python
  • GraphQL
  • React
  • Angular
  • Vue
  • Svelte
  • NextJS
  • Redux
  • Apollo
  • Storybook
  • D3
  • Testing Library
  • JavaScript
  • TypeScript
  • Node.js
  • Deno
  • Rust
  • Python
  • GraphQL

Qwik SEO Performance: Why It May Outshine React, Angular, Vue, and Svelte

SEO is a critical element for any online platform's success. As SEO gained momentum, web development technologies like React, Angular, Vue, and Svelte had to integrate SEO into their core structure. However, there is a technology designed from scratch to incorporate SEO principles into its core…

I got a job offer, thanks in a big part to your teaching. They sent a test as part of the interview process, and this was a huge help to implement my own Node server.

This has been a really good investment!

Advance your career with newline Pro.

Only $40 per month for unlimited access to over 60+ books, guides and courses!

Learn More

How to Fix the Error Error:error:0308010C:digital envelope routines::unsupported

If you are running Webpack or a CLI tool that’s built on top of Webpack (e.g., react-scripts for Create React App applications or vue-cli-service for Vue applications) with version 17 of Node.js, then you may have come across the following error: With Node.js v17+ supporting OpenSSL 3.0, algorithms…
Thumbnail Image of Tutorial How to Fix the Error Error:error:0308010C:digital envelope routines::unsupported

Building a GraphQL Application with Vue 3 and Apollo

RESTful APIs adhere to a reliable architectural standard for transferring data statelessly over the HTTP protocol. Every endpoint of an API semantically describes how a resource should be created (POST), read (GET), updated (PUT/PATCH), deleted (DELETE), etc. Large, data-driven applications consume…
Thumbnail Image of Tutorial Building a GraphQL Application with Vue 3 and Apollo

Vue 3 - The Composition API - Reusability (Part 2)

Vue's Options API constrains the reusability of logic across multiple components. Patterns involving mixins and higher-order components (HOCs) have been established to create reusable blocks of code and consolidate repeated state and functionality. However, each pattern has a drawback: With Vue 3's…
Thumbnail Image of Tutorial Vue 3 - The Composition API - Reusability (Part 2)

Vue 3 - The Composition API (Part 1)

As the most starred open source, JavaScript library/framework repository on GitHub, Vue.js has become a top three front-end technology alongside React.js and Angular in terms of popularity, usage, ecosystem activity and developer satisfaction. Compared to React.js and Angular, Vue.js is…
Thumbnail Image of Tutorial Vue 3 - The Composition API (Part 1)

Tutorial - Shuffle a Deck of Cards in Vue.js

Tutorial - Shuffle a Deck of Cards in Vue.js
Thumbnail Image of Tutorial Tutorial - Shuffle a Deck of Cards in Vue.js

Managing State in Vue.js

Managing State in Vue.js
Thumbnail Image of Tutorial Managing State in Vue.js

Tutorial - Build an Instagram clone with Vue.js and CSSGram

Tutorial - Build an Instagram clone with Vue.js and CSSGram
Thumbnail Image of Tutorial Tutorial - Build an Instagram clone with Vue.js and CSSGram