Asfaq Leeonleeonscoding.hashnode.dev·Aug 31, 2024State Management with Pinia in Nuxt 3: How I've startedState manage is a necessary thing in every frontend projects. Sometimes we need to define some objects throughout the application globally. If we do this by own it could be a big messy work. Recently I've worked with Pinia in a Nuxt project. I've dec...Discuss·33 readsVue.js
Moustafa Shaabanmoustafashaaban.hashnode.dev·Jun 19, 2024Django PortfolioAdvanced Django Blog Django and Folium Django Geoapp Advanced Django Blog A blog project built using: Django Web Framework Django REST Framework Graphene Django Cookiecutter Django HTMX Vue.js 3 Quasar Framework Tanstack Vue Query Vue A...Discuss·27 readsProjectsDjango
Moustafa Shaabanmoustafashaaban.hashnode.dev·Jun 18, 2024Vue JS PortfolioVue GIS App Vue Notes App Vue GIS Project Goals Create, Read, Update and Delete (CRUD) geo features. Persist features data using the JavaScript localStorage API. Search for features by title or description. Live Preview Vue GIS How to run th...DiscussProjectsJavaScript
Jason Ilicicjasey.blog·Mar 10, 2024Preventing Duplicate API Requests Across Multiple Vue Components (Part 2)Several months ago, I addressed a problem in my Vue application, which I shared through my article titled “Preventing Duplicate API Requests Across Multiple Vue Components”. Whilst this provided a practical solution for a single API request, I quickl...Discuss·96 readsPreventing Duplicate API Requests Across Multiple Vue ComponentsJavaScript
Saanvisaanvi55.hashnode.dev·Feb 6, 2024Vue CheatSheet by ThemeSelection 📗What is Vue CheatSheet? It is an interactive cheatsheet of Vue, Vue Router and, Pinia. 🎊 The only Vue CheatSheet you will ever need whether you are using Vue, Vue Router & Pinia in your Vue project or starting a new Vue project. Vue CheatSheet is ai...Discuss·10 likesVue.js
Abdul Baset Bappyabdulbasetbappy.hashnode.dev·Dec 18, 20236 Things in Vue.js that Will Make You Amazed: Why Not Learn VueJs Before?Are you ready to embark on a journey into the world of Vue.js? Buckle up as we explore six incredible features that will leave you amazed and pondering why you haven't learned Vue.js earlier. Let's dive into the magic of Vue.js and discover what make...Discuss·3 likes·201 readsVue.js
Binaya GiriforJoBins Engineeringblog.jobins.jp·Oct 31, 2023Advance State Management in Vue Js with PiniaVue.js is a popular JavaScript framework that allows developers to create dynamic and reactive user interfaces. It provides a simple and intuitive API that allows developers to build powerful web applications. One of the key aspects of building a com...Discuss·563 readsJavaScript
Jason Ilicicjasey.blog·Aug 17, 2023Preventing Duplicate API Requests Across Multiple Vue ComponentsThe other day, I found myself searching for a solution whilst working on my Vue app. I had multiple components which were relying on the same data from an API, and when used together, were making duplicate requests to the same endpoint. After some he...Discuss·576 readsPreventing Duplicate API Requests Across Multiple Vue ComponentsJavaScript
Mfon Ekweremurphydhee.hashnode.dev·Aug 15, 2023Making use of Vue Use State Effect - a fast alternative to Vuex and Pinia.In the dynamic world of Vue.js, state management has been a pivotal challenge. Vuex, the stalwart solution, has served us well with its versatility and extensive capabilities. However, as applications grew, the need for a more lightweight and less co...DiscussVue.js
Rizwanul Islam Rudrarizwanulrudra.hashnode.dev·Aug 13, 2023Vue 3 State Management: Navigating Vuex vs. PiniaAs someone who's walked the Vue 3 landscape for quite some time, I've found myself at a crossroads between two prominent state management libraries: Vuex and Pinia. Each has its own unique quirks and power-ups that, as a developer, I've wrestled with...Discuss2Articles1Week