Mateusz Bindacz

Results 5 comments of Mateusz Bindacz

The suggested option with IP / user agent does not sound like valid / achievable option, because during SSR it is not possible to determine such values from the `react`...

@Develliot since you are using SSR (`next.js`?), you should not use local storage, because it is not accessible on the server and you will have different output during SSR and...

> How important is datafile? When using things like useDecision its user/bucket specific, the the datafile from server looks like more general info for feature switching, could it be be...

> I if the datafile is crucial why does the async loading example on the main readme doesn't not even bother with it. Of course it does. It just fetch...

I do not think you should return the SDK client from `getInitialProps` method. In my opinion `getInitialProps` should return only `datafile` object and `user` attributes. Initialization of the SDK client...