StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
Create React App
ByFacebook Open SourceFacebook Open Source

Create React App

#19in UI Components
Discussions8
Followers1k
OverviewDiscussions8

What is Create React App?

Create React apps with no build configuration.

Create React App is a tool in the UI Components category of a tech stack.

Create React App Pros & Cons

Pros of Create React App

  • ✓Maintained by React core team
  • ✓No config, easy to use

Cons of Create React App

  • ✗No SSR

Create React App Alternatives & Comparisons

What are some alternatives to Create React App?

jQuery

jQuery

jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.

React

React

Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.

AngularJS

AngularJS

AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.

Vue.js

Vue.js

It is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API.

jQuery UI

jQuery UI

Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.

Select2

Select2

It gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options. It comes with support for RTL environments, searching with diacritics and over 40 languages built-in.

Create React App Integrations

React, Glamorous, Divjoy, Agility CMS are some of the popular tools that integrate with Create React App. Here's a list of all 4 tools that integrate with Create React App.

React
React
Glamorous
Glamorous
Divjoy
Divjoy
Agility CMS
Agility CMS

Try It

Visit Website

Adoption

On StackShare

Companies
78
MSLRGT+72
Developers
980
LSDKCJ+974

Create React App Discussions

Discover why developers choose Create React App. Read real-world technical decisions and stack choices from the StackShare community.Showing 4 of 5 discussions.

Francisco Quintero
Francisco Quintero

Tech Lead at Dev As Pros

Mar 15, 2019

Needs adviceonGoogle MapsGoogle MapsReactReactCreate React AppCreate React App

For Etom, a side project. We wanted to test an idea for a future and bigger project.

What Etom does is searching places. Right now, it leverages the Google Maps API. For that, we found a React component that makes this integration easy because using Google Maps API is not possible via normal API requests.

You kind of need a map to work as a proxy between the software and Google Maps API.

We hate configuration(coming from Rails world) so also decided to use Create React App because setting up a React app, with all the toys, it's a hard job.

Thanks to all the people behind Create React App it's easier to start any React application.

We also chose a module called Reactstrap which is Bootstrap UI in React components.

An important thing in this side project(and in the bigger project plan) is to measure visitor through out the app. For that we researched and found that Keen was a good choice(very good free tier limits) and also it is very simple to setup and real simple to send data to

Slack and Trello are our defaults tools to comunicate ideas and discuss topics, so, no brainer using them as well for this project.

0 views0
Comments
John Barton
John Barton

CTO at Hecate

Mar 14, 2019

Needs adviceonDocker ComposeDocker ComposeRailsRailsCreate React AppCreate React App

Docker Compose might have been a bit of overkill for a dev environment as a solo founder, but I'd found so much with past side projects (though this is no longer a side project) that I would frequently waste time every time I came back to work on the project getting my dev env sorted again.

Made the conscious choice to make a "prod-ish" docker-compose config up front to make sure that didn't bite me again.

Structured it so I have the following containers running

  • server - the @{Rails}|tool:990| app in API style
  • client - the @{Create React App}|tool:5537|
  • ngrok - @{ngrok}|tool:1309| to receive webhooks in dev
  • db - @{PostgreSQL}|tool:1028|
  • queues - @{delayed_job}|tool:1080| worker
0 views0
Comments
Shaun Persad
Shaun Persad

Maker at CommentBox.io

Oct 31, 2018

Needs adviceonCreate React AppCreate React App

We never have to worry about setting up Webpack and other tooling again. Create React App

0 views0
Comments
Gordon Wintrob
Gordon Wintrob

Co-founder & CTO

Sep 21, 2018

Needs adviceonNext.jsNext.jsCreate React AppCreate React AppEmber.jsEmber.js

We needed a frontend framework for to make it easier to work with JavaScript. We chose Next.js since it maintains the flexibility of something like Create React App but gives some structure on how to organize the app similar to Ember.js.

Webpack and Babel are configured out of the box for #ServerSideRendering, #TreeShaking, and other nice #JS features.

0 views0
Comments
View all 5 discussions