Skip to content
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

fix(routerTypes): issues/328 lazy load routing #337

Merged
merged 2 commits into from
Jul 15, 2020

Conversation

cdcabrera
Copy link
Member

@cdcabrera cdcabrera commented Jul 2, 2020

What's included

  • feat(loader): issues/328 loading component
    • loader, basic loading component
  • fix(routerTypes): issues/328 lazy load routing
    • router, apply react suspense loading
    • routerTypes, react lazy app routes

Notes

How to test

Proxy run check

  1. update the NPM packages with $ yarn
  2. make sure Docker is running, plus on network, then
  3. $ yarn start:proxy
  4. confirm the RHEL and OpenShift views load

Example

After

Jul-14-2020 11-52-52

Before

Jul-14-2020 11-50-21

Updates issue/story

#328

@cdcabrera cdcabrera added the blocked Prevented from continuing label Jul 2, 2020
@cdcabrera cdcabrera removed the blocked Prevented from continuing label Jul 13, 2020
@cdcabrera cdcabrera changed the title WIP fix(routerTypes): issues/328 lazy load routing fix(routerTypes): issues/328 lazy load routing Jul 13, 2020
@cdcabrera
Copy link
Member Author

As of 7/13 unblocked. This should be able to be rebased and merged into CI

@cdcabrera cdcabrera force-pushed the issues/328 branch 2 times, most recently from 3dd46a5 to 6a713fe Compare July 13, 2020 19:41
@codecov-commenter
Copy link

codecov-commenter commented Jul 13, 2020

Codecov Report

Merging #337 into ci will decrease coverage by 0.23%.
The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##               ci     #337      +/-   ##
==========================================
- Coverage   92.44%   92.20%   -0.24%     
==========================================
  Files          55       56       +1     
  Lines        1336     1347      +11     
  Branches      315      316       +1     
==========================================
+ Hits         1235     1242       +7     
- Misses         86       90       +4     
  Partials       15       15              
Impacted Files Coverage Δ
src/components/router/router.js 95.83% <ø> (ø)
src/components/router/routerTypes.js 60.00% <0.00%> (-40.00%) ⬇️
src/components/loader/loader.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 85e2faa...cbb5b90. Read the comment docs.

cdcabrera added a commit to cdcabrera/curiosity-frontend that referenced this pull request Jul 14, 2020
* build, frontend and notifications packages patched
* build, integration dist/file output test
* router, apply react suspense loading
* routerTypes, react lazy app routes
* build, frontend and notifications packages patched
* build, integration dist/file output test
* router, apply react suspense loading
* routerTypes, react lazy app routes
@cdcabrera cdcabrera merged commit e6891bd into RedHatInsights:ci Jul 15, 2020
cdcabrera added a commit that referenced this pull request Jul 15, 2020
* loader, basic loading component
cdcabrera added a commit that referenced this pull request Jul 17, 2020
* loader, basic loading component
cdcabrera added a commit that referenced this pull request Jul 17, 2020
* build, frontend and notifications packages patched
* build, integration dist/file output test
* router, apply react suspense loading
* routerTypes, react lazy app routes
cdcabrera added a commit that referenced this pull request Jul 20, 2020
* loader, basic loading component
cdcabrera added a commit that referenced this pull request Jul 20, 2020
* build, frontend and notifications packages patched
* build, integration dist/file output test
* router, apply react suspense loading
* routerTypes, react lazy app routes
cdcabrera added a commit that referenced this pull request Jul 28, 2020
* loader, basic loading component
cdcabrera added a commit that referenced this pull request Jul 28, 2020
* build, frontend and notifications packages patched
* build, integration dist/file output test
* router, apply react suspense loading
* routerTypes, react lazy app routes
cdcabrera added a commit that referenced this pull request Jul 30, 2020
* loader, basic loading component
cdcabrera added a commit that referenced this pull request Jul 30, 2020
* build, frontend and notifications packages patched
* build, integration dist/file output test
* router, apply react suspense loading
* routerTypes, react lazy app routes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants