Darek Gusto Profile picture
A lowly webdev building a modern app for play by post games. From time to time I have some opinions on @vuejs, @feathersjs, @tailwindcss.
Sep 23, 2019 22 tweets 7 min read
A Vue.js project, just like any other piece of code, can get messy with time. Here's a short list of some common ways to deal with it, showing different options that often get discussed on chat.vuejs.org. This #vuejs best practice thread is inspired by @m9hmood. Before we start, remember that verbosity is not necessarily a bad thing, it can help you and the others to see what's going on in the code. Don't try to abstract the boilerplate just because. Do so when you're sure it doesn't provide you an advantage in particular case.