
Pattern Lab
Storybook
vov.css
BEM
Bootstrap
Tailwind CSS
Fractal Docs
Seamly2D
vuex
Redux.js
Vue.js
MobX
Vuetify
React
Zustand
Nuxt.js
Pattern Lab
vuexVuex is recommended for developers working on Vue.js applications that require a predictable and structured way to manage state across multiple components. It's ideal for cases where multiple components need to access or mutate shared state, especially in larger applications where state management can become complex.
Based on our record, vuex should be more popular than Pattern Lab. It has been mentiond 60 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
While this helped ease integration work, in parallel to that we also started exploring more systematic approaches on the frontend side itself. With the advent of Brad Frost Atomic Design, and tools like Pattern Lab, we started using a more component-centric approach. This included colocating all styling (CSS), behavior (JavaScript) and semantic structure (HTML) for a component, and way better encapsulation as a... - Source: dev.to / over 2 years ago
In order to apply this methodology in your work, you can use a tool called Pattern Lab, created by Brad Frost and Dave Olsen. Pattern Lab is a tool to create atomic design systems. - Source: dev.to / about 3 years ago
Something that would really help to work with tested components and stay consistent with the code and guarantee code quality would be a component library created with Storybook or Pattern Lab, for example. Developers who have a high level of knowledge of how to write accessible code can create components and test them before implementing them. - Source: dev.to / almost 4 years ago
You can read more about Atomic Design Systems and how it scales. I've used Patternlab and I find it awesome. Source: over 4 years ago
Fractal seemed easier, at least to me, to understand and maintain, than PatternLab, which I failed to install due a bug in the current installer (and when I managed to install the grunt version, I was already told that there is fractal as a possible alternative). - Source: dev.to / over 4 years ago
Something I have already seen in many different code bases using frontend libraries like React and Vue is that developers use advanced state management solutions (e.g. Redux, Vuex, or Pinia) way too often. - Source: dev.to / over 1 year ago
Document address: Vuex official document. - Source: dev.to / over 1 year ago
To avoid prop drilling we can make use of state management library like Vuex and Pinia, but for this article I will demonstrate of using Vue provide and inject. Let's refactor our components. - Source: dev.to / almost 2 years ago
Flexibility: Vue is also flexible but provides more built-in solutions out of the box, such as Vue Router for navigation and Vuex for state management. This can reduce the need for additional libraries and make development more straightforward. - Source: dev.to / about 2 years ago
If you have been using Vue.js before 3.x you are probably familiar with Vuex now renamed Pinia. It allows you to have a centralized state that is shared across all your application components. If you have ever found yourself in situations where you are passing data/props between components and things are getting complicated, a centralized state is the answer. - Source: dev.to / about 2 years ago
Storybook - Storybook is an open source tool for developing UI components in isolation for React, Vue, and Angular. It makes building stunning UIs organized and efficient.
Redux.js - Predictable state container for JavaScript apps
vov.css - A small class-based animation library consisting of small but useful animations.
Vue.js - Reactive Components for Modern Web Interfaces
BEM - BEM โ Block Element Modifier is a methodology, that helps you to achieve reusable components and code sharing in the front-end.
MobX - Simple, scalable state management