reduxjs / redux

A JS library for predictable global state management
https://redux.js.org
MIT License
60.51k stars 15.26k forks source link

Who uses Redux? #310

Closed gaearon closed 7 years ago

gaearon commented 8 years ago

If your company is using Redux in production, please let us know who are you so we can mention you in the new README.

pburtchaell commented 8 years ago

We haven't shipped yet, but we are using Redux for segment.social. It will be interesting to see how things go over the next month of development—currently at 12 reducers and 11 action creators. Code splitting is definitely happening in the near future. :smile:

bkonkle commented 8 years ago

We'll be using Redux for Craftsy.com in 6 months or so, when our rewrite launches. :grinning:

cymen commented 8 years ago

I'm using it on Defero which is one of my side projects.

timothyjlaurent commented 8 years ago

We are about to launch an app here at Invitae.

acdlite commented 8 years ago

We're using it at OpenGov

On Thu, Jul 23, 2015 at 1:21 PM, Brandon Konkle notifications@github.com wrote:

We'll be using Redux for Craftsy.com in 6 months or so, when our rewrite launches. :grinning:

Reply to this email directly or view it on GitHub: https://github.com/gaearon/redux/issues/310#issuecomment-124171771

acgourley commented 8 years ago

Starting a new project at BitGym but far from live.

dariocravero commented 8 years ago

We're using it at UXtemple :)

troch commented 8 years ago

I have plans to make a router I wrote router5 and redux work together, and use them in an application I am currently developing

emmenko commented 8 years ago

Obviously also using it for the rewrite of our backend web application at http://sphere.io (production ready on Q4) ;)

ianmcnally commented 8 years ago

Just deployed Redux at farely.io. Repo here.

Really great job with 1.0.0-rc. I had difficulty with previous versions, but this is tops :ok_hand:!

volkanunsal commented 8 years ago

We're using it at Citiesense! (Haven't shipped it to production yet, though...)

liamgriffiths commented 8 years ago

We are at Grailed and love it! Cheers :beers:

michalkvasnicak commented 8 years ago

We are using it at Mink on a project we are currently working on. It'll be released probably in Q4 2015 or Q1 2016.

danharper commented 8 years ago

We'll be using it in production for InventoryBase in a few weeks; the start of a gradual migration away from Backbone to React & Redux :)

bradgignac commented 8 years ago

We're using it in production at Rackspace.

YuvalZiegler commented 8 years ago

We're using it at Blink Health

mxdubois commented 8 years ago

We're using it at Expedite Financial for internal apps. Hope to move it to our consumer app too.

iclanzan commented 8 years ago

We are using it at Real Geeks.

luqin commented 8 years ago

:+1:

ide commented 8 years ago

We're using it in Exponent. The website uses Redux with universal rendering, and the Exponent app uses Redux (1.0RC -- working well) with React Native.

cesarandreu commented 8 years ago

@ide buttons don't work if you have adblock and ghostery, which I'd assume are very common among web developers

angelocala94 commented 8 years ago

We're using it at KodersLab, we are rewriting our CMS control panel from Angular to React.

leoasis commented 8 years ago

We're using it in Power Supply in production, though for now in some admin only features (slowly getting to the non admins!). Also using it in a React Native app which will be released soon!

geminiyellow commented 8 years ago

We're using it at Ubiregi.com, instead of Backbone. maybe new version will release next month or this year later, i think Redux is very good, but, there are lots of think have to do. we check fb's Flux and this. i love Redux, and its middleware. i holp my friends will accept it . love it :+1:

dvdzkwsk commented 8 years ago

We're switching our latest projects over from Angular to React at Gas Station TV, and Redux is a core part of the new stack!

SpencerCDixon commented 8 years ago

We're using it at smart scheduling! Thanks for all your hard work @gaearon!

aphillipo commented 8 years ago

Mozilla appear to be using it for https://github.com/mozilla/payments-ui

ghost commented 8 years ago

We're using it at lancers.jp. we plan to replace the system in Redux and it will release next month

danielkcz commented 8 years ago

Redux is used in our currently developed application TextoGrafo.

olegakbarov commented 8 years ago

We made a Redux Blog Example extracted of out internal app. Would be cool to hear what you guys think!

https://github.com/GetExpert/redux-blog-example

bzalasky commented 8 years ago

We're using Redux for two new projects at Lookout. Should be in production on both in the next few months.

philholden commented 8 years ago

NCR is using it. We are not in production yet but heading there. We are also hiring in Edinburgh Scotland.

ladas-larry commented 8 years ago

Since 1.0 we are happily using it at Skypicker. We are also hiring in Czech Republic, offering relocation.

ghost commented 8 years ago

Just finished the refactor/migration from Marty to Redux at Tourconnect - will be on staging for ~2 weeks then off to production!

cappslock commented 8 years ago

I'm doing a complete UI rewrite using Redux + React at Briggo.

vuongtran commented 8 years ago

We using Redux for next production at Boomerang Vietnam

naoufal commented 8 years ago

We're use it at Busbud. We lean on Redux to handle state on the server and on the client.

rossipedia commented 8 years ago

Not quite using it yet, but seriously considering it for some internal-only UIs here at Stack Overflow

omnidan commented 8 years ago

Not a company, but at the Technical University of Vienna, we use it, for example, to auto-save our multiple-choice exams on every student action.

lukewestby commented 8 years ago

Raise is using it! We're moving more and more UI to React and Redux has been a critical part of the process.

dmr commented 8 years ago

At http://netsyno.com we are using React and Redux in many projects nowadays :)

adelgado commented 8 years ago

We use it for all new UI development at http://moviepilot.com :-)

GuillaumeSalles commented 8 years ago

We use it at http://www.orckestra.com/. @wbuchwalter and I has been inspired by redux so we use it in production with ng-redux for new web development and redux.NET with Xamarin for mobile apps.

georgebonnr commented 8 years ago

We're using it for new features at Patreon! Some large stuff shipping in a few weeks. Glad we could have you on the site as a creator, too.

mrydengren commented 8 years ago

We're using it in production at Billogram.

Hagbarth commented 8 years ago

Hivebeat uses redux heavily!

Edit: We also use it in our new React Native app.

willerce commented 8 years ago

Wechat City Service is using it.

ken210 commented 8 years ago

We're using it in some internal tools at loggi

gaearon commented 8 years ago

Firefox DevTools:

To give some more details about how Firefox devtools is using all of this, the new memory tool is fully written in React and Redux, and I'm cleaning up the debugger to use Redux. I am very, very close in landing that work. I have only cleaned up the core of the debugger, but that's the hardest part. Interestingly, I am not even using React yet. Watch my Strange Loop talk to see how I'm using Redux without React.

http://jlongster.com/My-ReactiveConf-Talk https://www.youtube.com/watch?v=BfzjuhX4wJ0&feature=youtu.be&t=11m53s https://www.youtube.com/watch?v=qUlRpybs7_c

hydRAnger commented 8 years ago

We're using it in production at cSphere.