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

Use caching to load inbox and feed faster #2288 #2301

Merged
merged 22 commits into from
Nov 13, 2023

Conversation

andreymikhadyuk
Copy link
Collaborator

@andreymikhadyuk andreymikhadyuk commented Nov 7, 2023

  • PR title equals to the ticket name
  • I added the ticket to the Development section of this PR.

What was changed?

  • added redux-persist library and caching some of redux states
  • persisting is mostly related to inbox and feed items (feedByCommonIdStates was created in cache)
  • to dehydrate persisted inbox data inboxTransform was created

Copy link

netlify bot commented Nov 7, 2023

Deploy Preview for preview-common ready!

Name Link
🔨 Latest commit aca420c
🔍 Latest deploy log https://app.netlify.com/sites/preview-common/deploys/654cc4347d321900085805e6
😎 Deploy Preview https://deploy-preview-2301--preview-common.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.

@andreymikhadyuk andreymikhadyuk linked an issue Nov 7, 2023 that may be closed by this pull request
3 tasks
src/shared/interfaces/SynchronizedDate.ts Outdated Show resolved Hide resolved
@elatif2020
Copy link
Collaborator

elatif2020 commented Nov 8, 2023

Better not to merge this yet, there are some issues we need to fix (see details in the ticket #2288)

@andreymikhadyuk andreymikhadyuk merged commit a363e60 into dev Nov 13, 2023
5 checks passed
@andreymikhadyuk andreymikhadyuk deleted the feature/CW-2288-inbox-feed-caching branch November 13, 2023 16:56
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.

Use caching to load inbox and feed faster
3 participants