Skip to content

feat: @rest-hooks/experimental #781

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 4 commits into from
May 4, 2021
Merged

feat: @rest-hooks/experimental #781

merged 4 commits into from
May 4, 2021

Conversation

ntucker
Copy link
Collaborator

@ntucker ntucker commented Apr 27, 2021

Motivation

Allow quick breaking iteration on future plans to fully flesh them out before committing to them.

Solution

We start with the first pieces of the new useFetcher() implementation described in #760.

This version is not complete, but this PR is more about adding the new package.

Differences:

  • Uses EndpointInterface
  • Works with variable number of parameters

@github-actions
Copy link
Contributor

github-actions bot commented Apr 27, 2021

Size Change: 0 B

Total Size: 133 kB

ℹ️ View Unchanged
Filename Size Change
packages/core/dist/index.cjs.js 12.6 kB 0 B
packages/core/dist/index.umd.min.js 5.66 kB 0 B
packages/endpoint/dist/index.cjs.js 2.01 kB 0 B
packages/endpoint/dist/index.umd.min.js 1.42 kB 0 B
packages/experimental/dist/index.cjs.js 915 B 0 B
packages/experimental/dist/index.umd.min.js 621 B 0 B
packages/hooks/dist/index.cjs.js 8.28 kB 0 B
packages/hooks/dist/index.umd.min.js 3.01 kB 0 B
packages/img/dist/index.cjs.js 7.82 kB 0 B
packages/img/dist/index.umd.min.js 2.9 kB 0 B
packages/legacy/dist/index.cjs.js 578 B 0 B
packages/legacy/dist/index.umd.min.js 517 B 0 B
packages/normalizr/dist/normalizr.amd.js 10.7 kB 0 B
packages/normalizr/dist/normalizr.amd.min.js 5.89 kB 0 B
packages/normalizr/dist/normalizr.browser.js 10.7 kB 0 B
packages/normalizr/dist/normalizr.browser.min.js 5.89 kB 0 B
packages/normalizr/dist/normalizr.js 10.6 kB 0 B
packages/normalizr/dist/normalizr.min.js 5.89 kB 0 B
packages/normalizr/dist/normalizr.umd.js 10.8 kB 0 B
packages/normalizr/dist/normalizr.umd.min.js 5.96 kB 0 B
packages/rest-hooks/dist/index.cjs.js 8.03 kB 0 B
packages/rest-hooks/dist/index.umd.min.js 4.31 kB 0 B
packages/rest/dist/index.cjs.js 4.11 kB 0 B
packages/rest/dist/index.umd.min.js 2.19 kB 0 B
packages/use-enhanced-reducer/dist/index.cjs.js 1.08 kB 0 B
packages/use-enhanced-reducer/dist/index.umd.min.js 607 B 0 B

compressed-size-action

@ntucker ntucker force-pushed the feat/experimental-pkg branch from 3304d50 to b1b68c3 Compare April 27, 2021 15:57
@ntucker ntucker force-pushed the feat/experimental-pkg branch from b1b68c3 to 4eaa7a4 Compare April 30, 2021 03:34
@ntucker ntucker marked this pull request as ready for review May 4, 2021 03:28
@ntucker ntucker requested a review from ljharb May 4, 2021 03:28
@ntucker ntucker merged commit 7acb438 into master May 4, 2021
@ntucker ntucker deleted the feat/experimental-pkg branch May 4, 2021 11:03
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