react-boilerplate-cra-template icon indicating copy to clipboard operation
react-boilerplate-cra-template copied to clipboard

:fire: Setup Create React App with React Boilerplate. Highly scalable & Best DX & Performance Focused & Best practices.

Results 16 react-boilerplate-cra-template issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** How to jump page in saga **Describe the solution you'd like** After login success i want jump to other page,...

## Description While following the instructions to setup a new project via yarn, I've run into an error. "Unable to resolve dependency tree". Could not resolve dependency: peer react@"^16.8.3 ||...

## Description I am struggling to install/use `TailwindCSS` I am using v1.2.4 updated to React `18.1.0`, react-router `6.3.0` react-script `5.0.1` (everything works fine). ## Steps to reproduce `> yarn create...

## Description We have 2 components, one is parent and one is child. Both components have its own slice. When the child component is rendered for the first time, a...

## Description Routing using `` and `` did not work properly as if the history did not sync into the browser. ## Steps to reproduce Steps to reproduce the behavior:...

This pull request has a lot of things in it, but it's really scaled-back compared to the last one. 1. Add documentation about Yarn v3 to make upgrading easy (and...

## New stuff 1) Upgraded to [Yarn v3](https://github.com/yarnpkg/berry/blob/master/CHANGELOG.md) from Yarn v1 > This has some cool benefits such as fewer warnings, deduped packages, better console output, yarn plugins, and more....

# Issue: Babel-Plugin-Styled-Components Minification Babel-Plugin-Styled-Components does not minify CSS in a few cases. I've fixed one of them by changing the media query utility to avoid template literals. 1. Does...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.9 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

dependencies

Following from the GitHub installation guide, I run : `yarn create react-app --template cra-template-rb my-app` cd into my-app, run `yarn start` and get the resulting full error: `[eslint] Plugin "react"...