Correct and Efficient Way to Use Vuex: Part Iby@oleksandr-simonov
10,268 reads
10,268 reads

Correct and Efficient Way to Use Vuex: Part I

by Oleksandr Simonov10mJanuary 17th, 2020
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

VueX is a state management library inspired by Flux, Redux, and Elm architecture. Vuex is implemented as a library designed explicitly for Vue.js to use its reactivity system for efficient updates. The store is a container that stores the state of your application. When Vue.js components rely on their state, they will be reactively and efficiently updated. The only way to make changes is to cause a mutation explicitly. This ensures that any change in the state leaves a mark and allows the use of tools to better understand the progress.

Coin Mentioned

Mention Thumbnail
featured image - Correct and Efficient Way to Use Vuex: Part I
Oleksandr Simonov HackerNoon profile picture
Oleksandr Simonov

Oleksandr Simonov

@oleksandr-simonov

CEO and Founder at Amoniac OU

Learn More
LEARN MORE ABOUT @OLEKSANDR-SIMONOV'S
EXPERTISE AND PLACE ON THE INTERNET.

Share Your Thoughts

About Author

Oleksandr Simonov HackerNoon profile picture
Oleksandr Simonov@oleksandr-simonov
CEO and Founder at Amoniac OU

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite
L O A D I N G
. . . comments & more!