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

Research on IndexedDB to pass instances instead of using window object #533

Open
enicolasgomez opened this issue Mar 27, 2024 · 0 comments

Comments

@enicolasgomez
Copy link
Contributor

As experienced on vfb - we are passing OBJ objects through the reducer which lead to performance issues and is an anti-pattern. The alternative, is using the window object (as geppetto-meta is doing) which is also an anti-pattern itself.

We need to evaluate a proxy db which geppetto-meta would use to communicate heavy weighted objects to the outside world.

https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API

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

No branches or pull requests

1 participant