Top "Create-react-app" questions

create-react-app is a starter-kit for creating React apps with no build configuration.

Enzyme expects an adapter to be configured

I created a new React application by create-react-app and I wanted to write a unit test to a component named "…

reactjs enzyme create-react-app
Blank page after running build on create-react-app

Trying to deploy create-react-app on netlify, however my build is blank page. I'm using .env file for loading firebase api …

reactjs create-react-app netlify
How to avoid using relative path imports (/../../../redux/action/action1) in create-react-app

I've been using create-react-app package for creating a react website. I was using relative paths throughout my app for importing …

reactjs import create-react-app relative-path absolute-path
When does create-react-app obfuscate or minify code?

I have kind of a basic question about webpack and react that I can use help with (around code obfuscation/…

reactjs create-react-app
Best way to create new React component using create-react-app

I am using create-react-app. Is there a command to create a component to scaffold the files. Right now I am …

javascript reactjs create-react-app
How to make React app preview on mobile?

I am a noob using create-react-app to create a App, yarn start start the server at http://localhost:3000/, I can't …

reactjs networking create-react-app
React-Intl how to switch locale and messages from variable

I'm trying to figure out how to change language using React-Intl. This is my first React App and it has …

javascript reactjs ecmascript-6 create-react-app react-intl
How to open a create-react-app from another computer connected to the same network?

I am using create-react-app and hosting in its default port localhost:3000 and want to access this from another device on …

node.js networking localhost create-react-app
How to create a React app directly in the current folder

I know I've done it before but I can't seem to find the answer anywhere. I want to run create-react-app …

reactjs command-line create-react-app
react long press event

Is there a way to add long press event in react-web application? I have list of addresses. On long press …

reactjs create-react-app dom-events react-web