nfq-eta / react-typescript

React16 + HMR + typescript + webpack + tslint + tests
https://nfq-eta.github.io/react-typescript/
20 stars 4 forks source link

feature/base-structure #33

Closed FDiskas closed 6 years ago

FDiskas commented 6 years ago

refactor: Refactor base structure

Added layout support, Added routes example, Added module scss example

BREAKING CHANGE: index.tsx should be reafactored to keep in mind about SSR

fix #32

coveralls commented 6 years ago

Coverage Status

Coverage increased (+12.4%) to 82.32% when pulling bc05a9dc949edace2b14cdf87db8ed0cfd685022 on feature/base-structure into c2ff58430620d58134727f8544da019590cd7a57 on master.

codecov[bot] commented 6 years ago

Codecov Report

Merging #33 into master will increase coverage by 11.71%. The diff coverage is 97.05%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #33       +/-   ##
===========================================
+ Coverage   69.66%   81.37%   +11.71%     
===========================================
  Files           9       16        +7     
  Lines          89      145       +56     
  Branches        9       16        +7     
===========================================
+ Hits           62      118       +56     
  Misses         27       27
Impacted Files Coverage Δ
src/client/modules/checkbox/actions.tsx 100% <ø> (ø) :arrow_up:
src/client/modules/checkbox/reducers.tsx 100% <ø> (ø) :arrow_up:
src/client/core/reducers.tsx 0% <0%> (ø) :arrow_up:
src/client/core/store.tsx 0% <0%> (ø) :arrow_up:
src/client/components/footer/FooterComponent.tsx 100% <100%> (ø)
src/client/layouts/default/DefaultLayout.tsx 100% <100%> (ø)
src/client/layouts/empty/EmptyLayout.tsx 100% <100%> (ø)
...c/client/components/checkbox/CheckBoxComponent.tsx 100% <100%> (ø)
...ient/components/navigation/NavigationComponent.tsx 100% <100%> (ø)
src/client/components/header/HeaderComponent.tsx 100% <100%> (ø)
... and 12 more

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 c2ff584...72bf6b2. Read the comment docs.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+12.4%) to 82.32% when pulling fa1db59dd1e749a6a57425c41e08a7a245082fd2 on feature/base-structure into c2ff58430620d58134727f8544da019590cd7a57 on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+11.4%) to 81.325% when pulling 1a74b664cf16900e2d3e0da8170a268138bac418 on feature/base-structure into c2ff58430620d58134727f8544da019590cd7a57 on master.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+11.4%) to 81.325% when pulling 72bf6b27af05c22625b0c3fd5da45223e73118bc on feature/base-structure into c2ff58430620d58134727f8544da019590cd7a57 on master.