You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: