Skip to content

Commit

Permalink
spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig committed Dec 10, 2024
1 parent a57673f commit c067ea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,9 @@
"stating",
"edgeconfig",
"Laravel",
"evaldetails"
"evaldetails",
"psuedo-ID",
"psuedo"
],
"ignorePaths": [
"node_modules/**",
Expand Down
2 changes: 1 addition & 1 deletion docs/client/javascript-mono/nextjs/_nextJsBootstrap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ If you load the app now, you should see the same values as your previous impleme

### Managing StableIDs

Statsig generates [StableIDs](/client/javascript-sdk/stable-id/) as a psuedo-ID for logged-out experiments and user management. StableIDs are generated client-side, but when boostrapping, values are generated on the server, creating undesireable side-effects like stableIDs regenerating more than logical for any one device/user. A simple cookie can solve this problem, with an implementation pattern suggested [here](/client/javascript-sdk#keeping-stableid-consistent-across-client--server).
Statsig generates [StableIDs](/client/javascript-sdk/stable-id/) as a psuedo-ID for logged-out experiments and user management. StableIDs are generated client-side, but when boostrapping, values are generated on the server, creating undesirable side-effects like stableIDs regenerating more than logical for any one device/user. A simple cookie can solve this problem, with an implementation pattern suggested [here](/client/javascript-sdk#keeping-stableid-consistent-across-client--server).

</TabItem>

Expand Down

0 comments on commit c067ea1

Please sign in to comment.