Skip to content

chibivuev1.0.0-beta.2

Writing Vue.js: Step by Step, from just one line of 'Hello, World'.

Kawaiko - chibivue mascot
const app = createApp()
ref() reactive()
<template>

Reactivity System

From the basic principles of the Reactivity System, we will cover a wide range of implementations, from EffectScope to advanced APIs like CustomRef.

Virtual DOM

We will cover a broad range of implementations, from the basic setup of the Virtual DOM to patch rendering and scheduler implementations.

Template Compiler

From the fundamental implementation of the template compiler, we will extend our coverage to data binding and directive implementations.

Single File Component

Starting from the basic implementation of SFCs, we will delve into a wide range of areas, from script setup to compiler macros and scoped CSS implementations.

chibivueStep by Step, from just one line of "Hello, World".

powered by VitePress

Released under the MIT License.