Posts tagged as Vue.js
#Vue.js
Vue.js: Let's Scale!
Architecture and technical decision behind a big Vue.js application.
Lessons Learned by Maintaining a Large Codebase
I've been maintaining a massive Vue.js codebase for the last 3 years. Here are 9 lessons I've learned along the way.
Vue.js Performance Improvement with Memoization
How I reduced the rendering of a complex component by 10 (from ~4s to ~0.3s).
Vue.js Testing Made it Easy (with Testing Library)
How Testing Library helps you to write better integration test
3 Tips for Scaling Large Vue.js Application
1. Split your application into completely isolated modules. 2. Consider micro-frontends architecture. 3. Don't put everything in the Vuex Store