Raju Ahmed

Results 14 comments of Raju Ahmed

@dbridenbeck , yes, for server side rendering, Javascript sdk should have similar restrictions as react sdk. We will look into this a bit further and update this issue accordingly.

We have added explanation in our readme and official docs that each sdk instance needs to be closed using the .close() method, otherwise memory leaks can happen. Also, we have...

Hello everyone, we are currently working on a major refactor of the sdk which will enable tree-shaking of the unused components like OdpManager. We are planning a release on Q1...

We have another issue #352 about bundle size. All bundle size reduction work will be tracked under that issue, so closing this one.

v6 of optimizely-sdk has been released with these changes. @olsonpm

Hi @matinzd, thank you for raising the issue. > but it appears that even if we pass in persistentCacheProvider, the SDK still defaults to using async-storage To not force the...

@matinzd Thanks for the suggestion. We will consider something similar to this.

Hello. v6 of the sdk has been released with this update. Closing this issue. @matinzd

Hey @alexparish, in v6, we are publishing the `ua_parser` as separate bundle and moved `ua-parser-js` from dependencies to peerDependencies. Also, the redundant packages from the devDependencies has been removed as...