Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkc918/vue3-core

implement vue3 core code
https://github.com/pkc918/vue3-core

Last synced: 11 days ago
JSON representation

implement vue3 core code

Awesome Lists containing this project

README

        

🍬: Study `vue3 core code`

🍭: Implement `vue3 core code`

🍡: Welcome `star` & `pr`

### Implement

- reactive
- runtime
- compiler

### reactive

- reactive
- effect
- effect - scheduler
- effect - stop
- readonly
- isReactive
- isReadonly
- shallowReadonly
- isProxy
- ref
- isRef
- unRef
- proxyRefs
- computed

### runtime

- rollup build
- `this` in component
- shapeFlags
- `event` in component
- props
- emit slots
- provide/inject
- custom renderer
- `diff`
- nextTick

### compiler

- slots
- element & text
- template
- parse
- transform
- template -> render