Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production apps made using create-react-app #2980

Closed
paulcedrick opened this issue Aug 19, 2017 · 33 comments
Closed

Production apps made using create-react-app #2980

paulcedrick opened this issue Aug 19, 2017 · 33 comments

Comments

@paulcedrick
Copy link

Just want to know production apps or products made using this one. This tool is awesome and is really great to start with. With that said, I just want to know what products or app greatly benefited in this project? :)

@mxstbr
Copy link
Contributor

mxstbr commented Aug 19, 2017

We're using it in production for spectrum.chat! (real-time chat app for large online communities, e.g. the React community) It's been working well for us so far, v1 updating webpack to get import() support was the icing on the cake.

Note: We did replace react-scripts with react-app-rewired a couple of weeks ago to add a tiny bit of custom configuration, but since that's only a small wrapper around react-scripts I still consider it a create-react-app'd-app.

@addyosmani
Copy link

Are there any string signatures that can be used to detect if a production app was written using CRA? (after bundling steps like Webpack, any other transformations have been applied). If so, we can use HTTPArchive to determine who is using it.

@thierryskoda
Copy link

I'm CTO at Gameday (YC S17) and we are using it in production in our webviews for our chatbot in Facebook Messenger. So much easier to not think about all the configuration and still have an app that renders super fast!

@hosmelq
Copy link

hosmelq commented Aug 19, 2017

We're using it in some places of https://pickuphub.net (find a game and reserve your spot).

@philipyoungg
Copy link

I'm using it on a a to do list app—http://www.getcontextual.com

The benefits? I can start working on the project instead of spending time on configuration!

@Connorelsea
Copy link

We're using it in production at NewAperio on a few major projects including https://truscore.io/

@WhiteRiceWill
Copy link

I used it for a basic wallpaper hosting site: pointypapers.com (I also have a repo for it on here if you want to see the code)

Worked great and didn't need to eject. There are countless resources and blog posts online specifically for create-react-app. If you haven't checked it out create-react-native-app is also great.

@alshakero
Copy link

https://perf.zone && https://360toolkit.co

@ashtonsix
Copy link
Contributor

https://bebeyond.co/ but ejected to add a few custom babel/eslint plugins

@cheapsteak
Copy link

https://portal.gdc.cancer.gov/
repo: https://github.com/NCI-GDC/portal-ui

@seejamescode
Copy link

I use it a lot in internal IBM sites and when I want to work fast on personal stuff-
Portfolio timeline: https://www.seejamescode.com
Wedding site: https://i-like-rauhuts.mybluemix.net

@vraa
Copy link

vraa commented Aug 19, 2017

I am using it at https://veerasundar.com/trader/

@pierr
Copy link

pierr commented Aug 20, 2017

We are using it on https://apply.selectively.co

@captbaritone
Copy link

@jotto
Copy link

jotto commented Aug 20, 2017

https://www.prerender.cloud/ (server-side renders React apps, including CRA) and https://www.roast.io/ (static web host for single-page apps, with server-side rendering)

@mkermani144
Copy link
Contributor

https://wanna.js.org

@baptadn
Copy link

baptadn commented Aug 20, 2017

Used in a side project https://paperoll.io ♥️

@jonahfang
Copy link

We are using it for http://boss.hothink.net.cn/m

@MartijnHols
Copy link

Using it for my side project https://wowanalyzer.com/ (https://github.com/MartijnHols/WoWAnalyzer). After my experience in this I also kinda have my mind set that when necessary instead of upgrading the Webpack versions we use at the office, we'll probably implement CRA instead with just as much (probably less) effort and gain all the additional benefits (compiler eslint warnings, error overlay, etc).

@weslleyaraujo
Copy link

weslleyaraujo commented Aug 20, 2017

using at booking.com for internal tooling, amazing work on CRA guys <3

@richcsmith
Copy link

https://app.beomni.com runs on create react app and is currently statically served by S3

@peterbe
Copy link

peterbe commented Aug 21, 2017

https://songsear.ch is CRA with react-router and universal rendering.

@bestwestern
Copy link

Maybe... is this some license trick?

@netsov
Copy link

netsov commented Aug 21, 2017

Using at www.rsswiz.com for Twitter RSS Feed converter

@paulcedrick
Copy link
Author

@bestwestern - HAHA! lol. Nahhhh, actually I have two purpose in opening this issue:

  • To honestly know how many companies or people considered building their products using CRA and what are the things they do out of CRA
  • To encourage the contributors of this project that what they are doing really helps the react community in doing amazing stuff. That it also goes beyond as a tool for beginners to learn react but also can be used in building serious production-level projects. The time they spent doing this cannot be earned back but at least they would know that what they do really impacted a lot of people in building things which is also something not easily earned.

Anyways, keep on posting your products that was made using CRA. In the same time, kudos to the contributors and maintainers of this project. 👍

@evenchange4
Copy link
Contributor

evenchange4 commented Aug 22, 2017

I use CRA in production for several kinds of projects at my company, such as Admin console, Mobile web and Landing page. Here is a landing page with preredering:
mcslite.netlify.com [GitHub]

[Chinese] 開發體驗與優化策略心得分享

@miraage
Copy link

miraage commented Aug 25, 2017

Excuse me for offtopic, I'm very interested on did you run eject or not. If yes - what requirements were not provided out of the box?

@pjm17971
Copy link

Dept. of Energy / ESnet portal: https://my.es.net/

@viankakrisna
Copy link
Contributor

https://musify.id, my pet project that combines last.fm and youtube api for a nicer way to discover music. Previously lived as a gulp+angular1 project, rebuilt with CRA, hosted on netlify.

@PatrickJS
Copy link
Contributor

Tipe For Developers

Tipe.io

We used create-react-app for our prototype. We're a Meta CMS with giving developers GraphQL or REST API. The readme and scripts are probably the best thing about this. Very well documented 👍

@gaearon
Copy link
Contributor

gaearon commented Jan 8, 2018

Nice :-)
Closing this as I'm cleaning up the issues, but thanks for sharing.

@gaearon gaearon closed this as completed Jan 8, 2018
@pupudu
Copy link

pupudu commented Jun 25, 2018

@gaearon Is CRA production ready?
I believe it is. But I feel the main readme maybe misleading.

Create React App is a great fit for:

Learning React in a comfortable and feature-rich development environment.
Starting new single-page React applications.
Creating examples with React for your libraries and components.

I've used CRA for a production app. But now I have co-workers arguing CRA might be a bad choice because they've seen the above quote. I am thinking, "if we see any limitations, we can of course eject".
Am I correct on this? Will someone face any limitations even after they've ejected the setup bootstrapped with CRA?
If not can we please update the Readme which might be repelling people away from this great product?

@tobireif
Copy link

If not can we please update the Readme which might be repelling people away from this great product?

I agree - if CRA is one proper option for production web-apps, the README should reflect that.

@lock lock bot locked and limited conversation to collaborators Jan 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests