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

Add a temporary standalone action listener middleware incubator package #1647

Merged
merged 4 commits into from
Oct 25, 2021

Conversation

markerikson
Copy link
Collaborator

@markerikson markerikson commented Oct 25, 2021

This PR:

  • Sets up the scaffolding for a standalone package containing the "action listener middleware" from yet another attempt at actionListenerMiddleware #547
  • Adds the listener middleware source
  • Adds a README with some docs
  • Updates TS in the repo from 4.2 to 4.4 because why not

@codesandbox-ci
Copy link

codesandbox-ci bot commented Oct 25, 2021

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c1cd9b3:

Sandbox Source
Vanilla Configuration
Vanilla Typescript Configuration
rsk-github-issues-example Configuration

@markerikson markerikson force-pushed the feature/action-middleware-package branch from 392cd60 to 55a6cfd Compare October 25, 2021 02:23
@github-actions
Copy link

github-actions bot commented Oct 25, 2021

size-limit report 📦

Path Size
1. entry point: @reduxjs/toolkit (cjs.production.min.js) 12.23 KB (0%)
1. entry point: @reduxjs/toolkit (esm.js) 10.22 KB (0%)
1. entry point: @reduxjs/toolkit/query (cjs.production.min.js) 20.34 KB (0%)
1. entry point: @reduxjs/toolkit/query (esm.js) 17.37 KB (0%)
1. entry point: @reduxjs/toolkit/query/react (cjs.production.min.js) 22.21 KB (0%)
1. entry point: @reduxjs/toolkit/query/react (esm.js) 19.82 KB (0%)
2. entry point: @reduxjs/toolkit (without dependencies) (cjs.production.min.js) 5.55 KB (0%)
2. entry point: @reduxjs/toolkit (without dependencies) (esm.js) 5.53 KB (0%)
2. entry point: @reduxjs/toolkit/query (without dependencies) (cjs.production.min.js) 9.2 KB (0%)
2. entry point: @reduxjs/toolkit/query (without dependencies) (esm.js) 9.58 KB (0%)
2. entry point: @reduxjs/toolkit/query/react (without dependencies) (cjs.production.min.js) 2.37 KB (0%)
2. entry point: @reduxjs/toolkit/query/react (without dependencies) (esm.js) 2.21 KB (0%)
3. createSlice (esm.js) 5.16 KB (0%)
3. createEntityAdapter (esm.js) 5.83 KB (0%)
3. configureStore (esm.js) 5.83 KB (0%)
3. createApi (esm.js) 15.66 KB (0%)
3. createApi (react) (esm.js) 18.05 KB (0%)
3. fetchBaseQuery (esm.js) 10.93 KB (0%)
3. setupListeners (esm.js) 9.8 KB (0%)
3. ApiProvider (esm.js) 16.99 KB (0%)

@netlify
Copy link

netlify bot commented Oct 25, 2021

✔️ Deploy Preview for redux-starter-kit-docs ready!

🔨 Explore the source changes: c1cd9b3

🔍 Inspect the deploy log: https://app.netlify.com/sites/redux-starter-kit-docs/deploys/61762234b5d32500082351b4

😎 Browse the preview: https://deploy-preview-1647--redux-starter-kit-docs.netlify.app

@markerikson markerikson force-pushed the feature/action-middleware-package branch from b8a10d7 to c1cd9b3 Compare October 25, 2021 03:19
@markerikson
Copy link
Collaborator Author

Package content now looks correct, types are being picked up in a sample project:

image

@markerikson markerikson merged commit 9e7fe2c into master Oct 25, 2021
@markerikson markerikson deleted the feature/action-middleware-package branch October 25, 2021 03:29
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.

1 participant