-
-
Notifications
You must be signed in to change notification settings - Fork 57
v3.0.0-alpha #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
v3.0.0-alpha #132
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat(app): switch build setup to ejection of create-react-app
* feat(app): switch to all react-scripts * feat(app): switch to `redux-auth-wrapper` v2
3 tasks
prescottprue
added a commit
to prescottprue/react-redux-firebase
that referenced
this pull request
Nov 18, 2018
* fix(examples): update material complete example to `react@^16.6` + `react-scripts` + `react-router-dom` +`redux-auth-wrapper@^2` (output of [`generator-react-firebase@3.0.0-alpha`](prescottprue/generator-react-firebase#132))
Codecov Report
@@ Coverage Diff @@
## next #132 +/- ##
========================================
+ Coverage 88.71% 90% +1.28%
========================================
Files 7 7
Lines 443 470 +27
Branches 79 79
========================================
+ Hits 393 423 +30
+ Misses 50 47 -3
Continue to review full report at Codecov.
|
mirdavion
pushed a commit
to mirdavion/react-redux-firebase
that referenced
this pull request
Mar 18, 2021
* fix(examples): update material complete example to `react@^16.6` + `react-scripts` + `react-router-dom` +`redux-auth-wrapper@^2` (output of [`generator-react-firebase@3.0.0-alpha`](prescottprue/generator-react-firebase#132))
prodev90
added a commit
to prodev90/react-redux-firebase-sample
that referenced
this pull request
Jan 4, 2023
* fix(examples): update material complete example to `react@^16.6` + `react-scripts` + `react-router-dom` +`redux-auth-wrapper@^2` (output of [`generator-react-firebase@3.0.0-alpha`](prescottprue/generator-react-firebase#132))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
react-loadable
) - feat(build): auto-chunk assets (such as routes) #81react-router-dom
with new router structureredux-auth-wrapper
updated tov2.0.3
react-scripts@^2.1.1
over internal build scripts now that it can be easily extended (eject
script always available if needed)Check List
Related Issues