or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Syncing
xxxxxxxxxx
Vue.js Patterns - Component 演進之路 - 許富棋
歡迎來到 MOPCON 2019 共筆
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →共筆入口:https://hackmd.io/@mopcon/2019
手機版請點選上方 按鈕展開議程列表。
會場 wifi-SSID: mopcon-2019
會場 wifi-PASSWD: mopcon-2019
tags:
MOPCON 2019
副標題 - 101 種不用 Vuex 的作法。
Pattern
Design Pattern
在軟體工程中,設計模式(design pattern)是對軟體設計中普遍存在(反覆出現)的各種問題,所提出的解決方案。 - wiki - design pattern
Component 化的的好處
Vue Component
延伸問題
家家有本難唸經
PROPS DRILLING
存取特定 VM
$ref
簡化接口宣告
簡化 V-BIND
簡化 V-ON
EVENT EMITTER / LISTENER
EVENT BUS
簡化接口宣告
家產繼承
你要就拿,不拿也罷
在最上層提供(Provide),在最下層想要就拿(inject)
Provide /inject 坑
MIXIN 恩恩怨怨
SLOT
React 部分
難用: Render props
擴充邏輯
smisin
extent
分拆多個 mixin 切割後再包 Component
狀態網 vues 丟
跨多層共用狀態
跨多層通知
共用樣板
其它讓程式碼變乾淨的手法