Working through https://frontendmasters.com/courses/vue-fundamentals/introduction/ / https://github.com/bencodezen/complete-intro-to-vue-3-workshop on Frontend Masters
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
^4.1.6^1.59.232
commits
Move BTTODO entries into Notion to track changes I can make later
004ee02View on GitHubPseudo reduce time to first meaningful paint on cards and decks pages by loading in the cards immediately, even from the home page
857eafbView on GitHubFix the issue where I couldn't reload the decks page a subsequent time. The issue was because I was making destructive edits to cardList. Instead I needed to clone the object I was referring to. The spread operator is apparently the fastest way to do it
edfbc7eView on GitHubAdd not about unmounting lists that are in the middle of performing ajax calls
385cd72View on GitHubMove from ref to reactive and add search against card name
6b594bfView on GitHub