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 example of lazy loading slices with combineSlices, and middleware with createDynamicMiddleware #4064

Open
wants to merge 57 commits into
base: master
Choose a base branch
from

Conversation

EskiMojo14
Copy link
Collaborator

@EskiMojo14 EskiMojo14 commented Jan 10, 2024

closes #4063

depends on #4056 or #4071

Copy link

codesandbox bot commented Jan 10, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link

codesandbox-ci bot commented Jan 10, 2024

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 fd8f9bb:

Sandbox Source
rsk-github-issues-example Configuration
@examples-query-react/advanced Configuration
@examples-action-listener/counter Configuration
@examples-lazy-injection/kitchen-sink Configuration
rtk-esm-cra Configuration

Copy link

netlify bot commented Jan 10, 2024

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

Name Link
🔨 Latest commit fd8f9bb
🔍 Latest deploy log https://app.netlify.com/sites/redux-starter-kit-docs/deploys/661fdc7d84e7b60008520b3d
😎 Deploy Preview https://deploy-preview-4064--redux-starter-kit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@EskiMojo14 EskiMojo14 changed the title Add example of lazy loading slices with combineSlices Add example of lazy loading slices with combineSlices, and middleware with createDynamicMiddleware Jan 11, 2024
@EskiMojo14 EskiMojo14 marked this pull request as ready for review January 12, 2024 13:55
@EskiMojo14 EskiMojo14 added this to the Post 2.0 milestone Jan 13, 2024
Copy link

github-actions bot commented Feb 5, 2024

size-limit report 📦

Path Size
1. entry point: @reduxjs/toolkit (cjs, production.min.cjs) 14.1 KB (+0.04% 🔺)
1. entry point: @reduxjs/toolkit/react (cjs, production.min.cjs) 14.23 KB (+0.04% 🔺)
1. entry point: @reduxjs/toolkit/query (cjs, production.min.cjs) 21.99 KB (+0.02% 🔺)
1. entry point: @reduxjs/toolkit/query/react (cjs, production.min.cjs) 24 KB (+0.24% 🔺)
2. entry point: @reduxjs/toolkit (without dependencies) (cjs, production.min.cjs) 7.5 KB (-0.08% 🔽)
2. entry point: @reduxjs/toolkit/react (without dependencies) (cjs, production.min.cjs) 509 B (+0.6% 🔺)
2. entry point: @reduxjs/toolkit/query (without dependencies) (cjs, production.min.cjs) 8.8 KB (+0.06% 🔺)
2. entry point: @reduxjs/toolkit/query/react (without dependencies) (cjs, production.min.cjs) 2.75 KB (-0.11% 🔽)

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.

Proper combineSlices injection example app
2 participants