vuex-smart-module VS vuex-typex

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

vuex-smart-module

Type safe Vuex module with powerful module features (by ktsn)

vuex-typex

Typescript builder for strongly-typed access to Vuex Store modules (by mrcrowl)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
vuex-smart-module vuex-typex
5 2
382 193
- -
0.0 0.0
over 1 year ago over 1 year 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-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.

vuex-typex

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

What are some alternatives?

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

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

vuex-module-decorators - TypeScript/ES7 Decorators to create Vuex modules declaratively

vue-testing-library - 🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.

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

rollup-plugin-vue - Roll .vue files

effector-react - Business logic with ease ☄️

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

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

vuex-typescript - A simple way to make Vuex type-safe with intuitive intellisense

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