Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

223
Views
Understanding create-react-app for creating redux typescript app

I forgot to use redux-typescript template while creating react app. That is, I created a react app with command:

npx create-react-app my-app --template typescript

instead of

npx create-react-app my-app --template redux-typescript

Now I have built a lot of UI and was to add redux layer. But now I realized that I should have created app with redux-typescript template. What should I do now? Will installing @reduxjs/toolkit and redux have similar effect? That is will running below commands now will have same effect of creating app with redux-typescript template?

yarn add @reduxjs/toolkit
yarn add redux

Official doc says:

The recommended way to start new apps with React and Redux is by using the official Redux+JS template or Redux+TS template for Create React App, which takes advantage of Redux Toolkit and React Redux's integration with React components.

Does redux-typescript template of create-react-app does something more than installing installing @reduxjs/toolkit and redux?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

react-redux docs has lists two ways to for installation,

  1. Using create-react-app

    npx create-react-app my-app --template redux-typescript

  2. An Existing React App

    yarn add react-redux

    You'll also need to install Redux and set up a Redux store in your app.

I guess later is what I was looking for. Unfortunately, neither redux-core installation and redux-toolkit installation web pages says it so clear.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!