FrontEnd Development
28.4K subscribers
144 photos
1 video
8.36K links
Полезные ссылки иHTML, CSS, JavaScript, TypeScript, Angular, React, Vue, Node.js, Mobile and more.

Admin: @andrey2019
Download Telegram
Build A Real-Time Chat App With VueJS, Vuex & Cloud Firestore

Firestore is Google’s latest real-time cloud database. In this tutorial by Lachlan Miller, you will learn how to build a chat app with Vue.js, Vuex and Cloud Firestore. - https://goo.gl/86TC1i

#vue #vuex
Create A Vuex Undo/Redo Plugin For VueJS

Vuex is a great way to manage the state of your Vue application. In this article, I’ll demonstrate how to create an undo/redo feature with Vuex, which works in a similar way to time-travel debugging. - https://goo.gl/5KQgZu

#vuex
Mocking Vuex in Vue Unit Tests

In this interesting article, Lachlan Miller explains why you should avoid using Vuex in component tests. He presents his own best practices that he discovered while working on several large Vue/Vuex applications. - https://goo.gl/odt7hp

#vuex #testing
Getting Started with Vuex: Managing State in Vue.js

Learn state management in Vue by building a todo app with Vuex and working with states, getters, mutations and actions. - https://goo.gl/y2bJRo

#vuex
Vue App Scaling, Analysis of Vuex and Comparison of State Management Solutions.

New to Vuex? Sergey Smolin has published a great tutorial on the concepts of Vuex, providing comparisons to similar software like Elm and Redux. - https://goo.gl/tuAKtz

#vue #vuex
Loading Vuex Modules Dynamically

If you’re building a Vue component library or plugin, you may need to load a Vuex module dynamically into your store. This article by Alex Jover Morales will show you how. - http://bit.ly/2Jjlsf1

#vuex
I Created The Same App with Vuex and Redux. Here Are The Differences

Comparing two similar tools can bring a better understanding of the features of both. In this article, the author creates a todo app with both Vuex and Redux.
http://amp.gs/9QL5

#vuex #redux
Structuring Vuex Modules for Relationships, Speed and Flexibility

An effective way of using Vuex modules is to represent your data with records or models. The author of this article benchmarked several Vuex model solutions but found them slow. Here he explains an effective vanilla approach that you can implement yourself. - http://amp.gs/U3nD

#vuex