Improve performance on large lists in Vue

Here’s a nice little trick using Object.freeze to improve the app performance when working with large lists, where it is not necessary to actually have reactivity for each of the list elements. Think a list of users where you won’t be directly mutating each of those users.

Build a Beautiful Website with VuePress and Tailwind.css

I’m personally a huge fan of Tailwind.css so it’s great to see it getting more traction. Here’s a nice article by Jen Looper, that walk you through the process of building a static website (generated by VuePress) combined with Tailwind.css. A great combination if you want to create simple website, documentation pages or even a small blog.