-
Notifications
You must be signed in to change notification settings - Fork 644
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Companies using MST #1078
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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!) |
Many thanks @mweststrate |
It is an interesting question, probably we should make an who-uses list like in the mobx repo :) |
Yeah, i will add our company to the list when we start the project |
TheSpoke is using almost all API what gives MST 😄 |
We are using MST heavily at https://grow.com |
IBM iX London We ❤️ |
We are using MST in DAZN. |
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 |
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/ |
tinyrobot uses (and loves) all flavors of mobx. |
Simplicate will be using MST in the next version :) |
MST is pretty low level, try searching for companies which are using some package which uses MST: |
Using MST in Rimac Automobili |
Do someone knows if in SF there's a startup using MST looking for engineers? |
We are using MST heavily. |
https://zegal.com/en-hk/ is using MST heavily in their all projects(old and new) |
The whole studio for 3D modeling of spaces at Smplrspace is powered by MST, super happy with :) |
Australian Open (React Native) |
https://payondelivery.com was made using MST |
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. |
We at GeekyAnts have been using MST for a really long time. We totally love it. ❤️ |
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. |
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 |
We also use MST at https://harzaan.com |
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). |
I'm going to convert this to a discussion. I think it's a little more appropriate over there! |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Uh oh!
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered: