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.

Investigate creating a CRA template package

See original GitHub issue

CRA 3.3.0 introduced project templates:

Based on that information, we should be able to define a cra-template-redux package that sets up Redux Toolkit and React-Redux automatically, in the same way that CRA’s default template sets up React automatically.

This would make it even easier to get started with Redux.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:28 (13 by maintainers)

github_iconTop GitHub Comments

3reactions
markeriksoncommented, Dec 8, 2019

@salvoravida : I know you’re a big fan of sagas, but no, I don’t want to have them in a default template.

I do see a benefit to having both a JS and a TS template.

3reactions
iansucommented, Dec 6, 2019

I actually grabbed it to reserve it for you before we published 3.3.0. Just let me know what account you want to be the new owner and I’ll transfer it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use Your Own Template With Create-React-App - codeburst
On a personal note, I've been using a custom typescript template in a private organization. My package name was @<MY_ORGANIZATION>/cra-template- ...
Read more >
Create custom CRA (create-react-app) template with ...
We will start by taking a look at CRA template provided by the React team. It contains a template folder and two files...
Read more >
cra-template - npm
The base template for Create React App.. Latest version: 1.2.0, ... Start using cra-template in your project by running `npm i cra-template`.
Read more >
Custom Templates - Create React App
If you're interested in building a custom template, first take a look at how we've built cra-template . A template must have the...
Read more >
Getting trouble to create a new react app - Stack Overflow
npm install --save --save-exact --loglevel error react react-dom react-scripts cra-template has failed. Deleting generated file... package.json ...
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