Companies using MST #2028
Replies: 28 comments
-
DAZN and Infinite Red use it intensively, codesandbox.io, https://builderx.io/, https://www.genial.ly/ are built using MST. That are the ones I know from the top of my head in 30 secs, but pretty sure there are many more :) (it is surprisingly hard to find out which companies are using what OSS stuff in general!) |
Beta Was this translation helpful? Give feedback.
-
Many thanks @mweststrate |
Beta Was this translation helpful? Give feedback.
-
It is an interesting question, probably we should make an who-uses list like in the mobx repo :) |
Beta Was this translation helpful? Give feedback.
-
Yeah, i will add our company to the list when we start the project |
Beta Was this translation helpful? Give feedback.
-
TheSpoke is using almost all API what gives MST 😄 |
Beta Was this translation helpful? Give feedback.
-
We are using MST heavily at https://grow.com |
Beta Was this translation helpful? Give feedback.
-
IBM iX London We ❤️ |
Beta Was this translation helpful? Give feedback.
-
We are using MST in DAZN. |
Beta Was this translation helpful? Give feedback.
-
We are using MST in an electron app and embedded widgets at Old Well Solutions. I've used it in several MVP products while at Grok Interactive. Its very fast to get started and is a great for rapid prototyping that you can scale. Much ❤️ for making this excellent tool |
Beta Was this translation helpful? Give feedback.
-
Nudge checking in! Our React Native apps use MobX/ MST extensively, and I’m sure it will be all over our entire front end codebase before long. https://nudgecoach.com/ |
Beta Was this translation helpful? Give feedback.
-
tinyrobot uses (and loves) all flavors of mobx. |
Beta Was this translation helpful? Give feedback.
-
Simplicate will be using MST in the next version :) |
Beta Was this translation helpful? Give feedback.
-
MST is pretty low level, try searching for companies which are using some package which uses MST: |
Beta Was this translation helpful? Give feedback.
-
Using MST in Rimac Automobili |
Beta Was this translation helpful? Give feedback.
-
Do someone knows if in SF there's a startup using MST looking for engineers? |
Beta Was this translation helpful? Give feedback.
-
We are using MST heavily. |
Beta Was this translation helpful? Give feedback.
-
https://zegal.com/en-hk/ is using MST heavily in their all projects(old and new) |
Beta Was this translation helpful? Give feedback.
-
The whole studio for 3D modeling of spaces at Smplrspace is powered by MST, super happy with :) |
Beta Was this translation helpful? Give feedback.
-
Australian Open (React Native) |
Beta Was this translation helpful? Give feedback.
-
https://payondelivery.com was made using MST |
Beta Was this translation helpful? Give feedback.
-
We've started using MST at www.airtasker.com and we are very happy with it! We migrated from Redux and Redux Observable and find it much simpler and quicker to add features with less boilerplate. |
Beta Was this translation helpful? Give feedback.
-
We at GeekyAnts have been using MST for a really long time. We totally love it. ❤️ |
Beta Was this translation helpful? Give feedback.
-
My project www.meine-bewerbungen.de (German web app for tracking your job applications) is 100% MST in combination with Next.js – was and is a lot of fun to use with SSR. Hope to be able to pay back some of your effort some time. |
Beta Was this translation helpful? Give feedback.
-
At clarifai we're completely rebuilding our react-redux SPA front-end using typescript nextJS and MST. So far, we're really enjoying the DX. We can just write code in the way that intuitively makes sense, rather than decomposing it into selectors, actions, reducers, etc. We're a little bit concerned with issue #1683 as we're looking to process/render large lists of data (images, videos, audio, and associated AI data labeling objects), but we haven't hit any perf limits just yet |
Beta Was this translation helpful? Give feedback.
-
We also use MST at https://harzaan.com |
Beta Was this translation helpful? Give feedback.
-
We use MST extensively at WalterPicks for our React Native app. I happen to know that ESPN also uses it, at least for their fantasy football drafting tool. I think they're built on Next.js (or perhaps some combination of Next and other React tooling). |
Beta Was this translation helpful? Give feedback.
-
I'm going to convert this to a discussion. I think it's a little more appropriate over there! |
Beta Was this translation helpful? Give feedback.
-
Hikma Health is also using us! I think we should add a page to the docs site that lists all these folks (with their permission). If you're interested in having your company listed, will you please reply with a good logo, preferred name, and website? I can put that together sometime soon. |
Beta Was this translation helpful? Give feedback.
-
Question
I made 2 prototypes to manage the state of one of our projects, the first using redux and the second using MST.
now we have to make a decision, which one to use, personally i prefer MST (easy to manage deep nested state, ...) but our CEO is asking me to look for companies that are already using MST, which i have not found so far
if anyone had an idea about that,
thanks for answering
Beta Was this translation helpful? Give feedback.
All reactions