Vue Revisited II 2025

From bibbleWiki
Revision as of 03:09, 22 June 2025 by Iwiseman (talk | contribs) (Created page with "=Introduction= The changes to Vue are so big I needed to give these changes their own page. First what I will be talking about. *Composition API *Data *Methods *LifeCycle hooks *Directives *Vue Router *Lists, Teleport, Template Refs, next Tick *Child Components *Composables *State with Pinia *Bulma =Composition API= So I had forgotten how awful the options API is and since doing my stuff in composition API<br> Here is the old approach<br> File:Viue options api.png<br...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

The changes to Vue are so big I needed to give these changes their own page. First what I will be talking about.

  • Composition API
  • Data
  • Methods
  • LifeCycle hooks
  • Directives
  • Vue Router
  • Lists, Teleport, Template Refs, next Tick
  • Child Components
  • Composables
  • State with Pinia
  • Bulma

Composition API

So I had forgotten how awful the options API is and since doing my stuff in composition API
Here is the old approach

Here is the new approach

Data

Methoda

LifeCycle hooks

Directives

Vue Router

Lists, Teleport, Template Refs, next Tick

Child Components

Composables

State with Pinia

Bulma