vuex-module-decorators VS vuex-smart-module

Compare vuex-module-decorators vs vuex-smart-module and see what are their differences.

vuex-module-decorators

TypeScript/ES7 Decorators to create Vuex modules declaratively (by championswimmer)

vuex-smart-module

Type safe Vuex module with powerful module features (by ktsn)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
vuex-module-decorators vuex-smart-module
5 5
1,797 381
- -
0.0 0.0
over 1 year ago almost 2 years ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vuex-module-decorators

Posts with mentions or reviews of vuex-module-decorators. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-22.

vuex-smart-module

Posts with mentions or reviews of vuex-smart-module. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-27.
  • Vuex on NodeJs Server
    1 project | /r/vuejs | 31 Oct 2021
    Hi, I'm working on a simple game that runs with a lockstep simulation (basically there's a single game state module that has state, mutations, and actions). Actions are sent to the server-side store, they're applied, and mutations are sent to all the clients. I'm having trouble getting the vuex store to work properly on the server-side. I was planning on mocking a lot of it but I keep bringing more and more of vuex along for the ride. For context, I'm using vuex-smart-module: https://github.com/ktsn/vuex-smart-module. So far the client side is working great
  • What are the production ready alternatives for Vuex with full TS support for Vue2 ?
    3 projects | /r/vuejs | 27 Oct 2021
    Hello I'm working on a medium size application Vue2 which is using Vuex (around 20-25 modules) and since I cannot rewrite entire Vuex store - to use fantastic library https://github.com/ktsn/vuex-smart-module
  • Vuex and Typescript users, what library do you use?
    3 projects | /r/vuejs | 21 Oct 2021
    I'm learning typescript at the moment, I've seen there's a few libraries out there to provide typed support, for example. https://github.com/mrcrowl/vuex-typex, https://github.com/ktsn/vuex-smart-module, do you have any reasons why you use one over the other?
  • Why using “vuex” with typescript is a pain?
    2 projects | /r/vuejs | 4 Oct 2021
    If you are stuck in Vue 2 like me, the only way I found that kinda work is to use https://github.com/ktsn/vuex-smart-module. If your store is small I would try pinia or even composition api
  • Vuex helper that works properly with typescript
    2 projects | /r/vuejs | 13 Apr 2021
    I also used vuex-smart-module with Vue 2 and Vuex 3. It's a TS wrapper. It gives type safety, it works pretty well.

What are some alternatives?

When comparing vuex-module-decorators and vuex-smart-module you can also consider the following projects:

vuex-class - Binding helpers for Vuex and vue-class-component

pinia - 🍍 Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools support

vue-property-decorator - Vue.js and Property Decorator

vuex-typex - Typescript builder for strongly-typed access to Vuex Store modules

vue3-realworld-example-app - Explore the charm of Vue composition API! Vite?

effector-react - Business logic with ease ☄️

typed-vuex - 🏦 A typed store accessor for vanilla Vuex.

rfcs - RFCs for substantial changes / feature additions to Vue core

direct-vuex - Use and implement your Vuex store with TypeScript types. Compatible with the Vue 3 composition API.

vue-dfs-store - A Typescript friendly state management solution using Vue's built-in reactivity system

desktop - Free and open source streaming software built on OBS and Electron.

mammoth - Scale a single world horizontally across multiple Minecraft servers.

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you konow that TypeScript is
the 1st most popular programming language
based on number of metions?