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

SSR support example and docs #23

Merged
merged 3 commits into from
May 6, 2019
Merged

Conversation

marcin-piela
Copy link
Owner

Closes #21

@codecov-io
Copy link

codecov-io commented May 6, 2019

Codecov Report

Merging #23 into master will increase coverage by 2.45%.
The diff coverage is 96.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   96.59%   99.04%   +2.45%     
==========================================
  Files           7        9       +2     
  Lines          88      105      +17     
  Branches        7       10       +3     
==========================================
+ Hits           85      104      +19     
+ Misses          3        1       -2
Impacted Files Coverage Δ
src/client/client.ts 100% <100%> (+13.63%) ⬆️
src/hooks/useCachedResponse/useCachedResponse.ts 100% <100%> (ø)
src/context/clientContextProvider.tsx 100% <100%> (ø) ⬆️
src/hooks/useQuery/useQuery.ts 100% <100%> (ø) ⬆️
src/cache/cache.ts 100% <100%> (ø) ⬆️
src/hooks/useClient/useClient.ts 75% <75%> (ø)

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 db2e8f7...8aeda20. Read the comment docs.

@marcin-piela marcin-piela merged commit 27623ae into master May 6, 2019
@marcin-piela marcin-piela deleted the ssr-support-example-and-docs branch May 6, 2019 16:07
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.

SSR with cache ?
2 participants