question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Usage with create-react-app --typescript?

See original GitHub issue

At work we use create-react-app --typescript to set up new projects, is it possible to integrate this without ejecting?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
kozlovvskicommented, Nov 2, 2020

Reopening this for the sake of an example.

@jordyvandomselaar did you have any luck setting this up with e.g. react-app-rewired and customize-cra? I am looking for a way to use this package without ejecting, but having hard time to do so

EDIT: a typo

2reactions
jordyvandomselaarcommented, Apr 3, 2019

Alright, that makes sense. Thanks for the replies! I’ll close it for now.

For anyone else wondering; you cannot without using create-react-app rewired or something similar.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Adding TypeScript - Create React App
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. Installation​. To start a new Create React App project with ...
Read more >
Create React App and TypeScript: A Quick How-To | Built In
Let's take a look at creating a new React app that uses TypeScript from the jump, and convert an existing project from JavaScript...
Read more >
How to Use Create React App With TypeScript
To view Create React App, open your terminal, navigate to your workspace directory and run the below command. ... This is going to...
Read more >
Building a React App with TypeScript - Section.io
In this article, we will go over how to use Typescript to build our React applications will make our react applications more predictable...
Read more >
TypeScript and React using create-react-app - Level Up Coding
create -react-app is a command line tool that allows developers to easily create new React apps with sensible defaults and zero configuration. ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found