react-boilerplate
Here are 372 public repositories matching this topic...
Currently, if we find home.jsx, for example, and replicate it as Foo, the new file will be Foo.jsx, instead of foo.jsx.
Boilerplate that uses that pattern: https://github.com/jedireza/aqua
-
Updated
Mar 13, 2020 - JavaScript
-
Updated
Mar 22, 2020 - JavaScript
-
Updated
Feb 23, 2018 - JavaScript
-
Updated
May 8, 2020 - JavaScript
-
Updated
Mar 7, 2017 - JavaScript
-
Updated
May 26, 2020 - JavaScript
-
Updated
Apr 25, 2020 - TypeScript
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Apr 9, 2020 - JavaScript
-
Updated
Apr 24, 2017 - JavaScript
-
Updated
Sep 21, 2018 - JavaScript
Description
CRA docs say to pass --coverage flag via:
npm test -- --coverage
But this results in failing test due to render issue that aren't reported with just npm test
This is awesome, by the way!
Steps to reproduce
Steps to reproduce the behavior:
npx create-react-app --template cra-template-rb my-app
cd my-app
npm test -- --coverage
Expected behavior
Test
-
Updated
Nov 3, 2019 - JavaScript
-
Updated
Apr 8, 2020 - JavaScript
-
Updated
May 17, 2020 - JavaScript
-
Updated
May 9, 2020 - JavaScript
-
Updated
Oct 24, 2017 - JavaScript
-
Updated
Apr 28, 2019 - JavaScript
I was getting error while setting up the project . Please , update about .env file in the readme and nodejs version in dependency file.
-
Updated
Mar 13, 2019 - TypeScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Feb 17, 2020 - JavaScript
include naming convention for containers and loadable components as well as the dir structure following the component owner-ownee relationship and the use of 'lib'.
Hello folks, it's been a long time I prepared this for my talk on Webpack. React has gone through big changes so far. What you can do here is to add an example app using this boilerplate and using React Hooks
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
May 20, 2018 - JavaScript
Improve this page
Add a description, image, and links to the react-boilerplate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the react-boilerplate topic, visit your repo's landing page and select "manage topics."
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Description
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
(Add link to a dem