You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fleeting-notes/2020-09-13.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
---
2
-
publish_date: '2020-09-13'
2
+
publish_date: 2020-09-13
3
+
tags:
4
+
- vue
3
5
---
4
6
5
7
- Completed an initial version of a calculator written in vue 3 composition API and using refs is easy enough. But my code is still pretty spaghetti . Writing with strict types is hard and I'm just using escape hatches alot! I'm also not sure how to make the code more "composable" do I export a `useCalculator` and call it a day? need to read some Vue 3 source code to get a better feel for this pattern.
0 commit comments