Skip to content

Commit

Permalink
Merge branch 'main' into consolidate-user-object-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig authored Dec 24, 2024
2 parents 2ee8113 + 5603efa commit 7cc5885
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/client/concepts/parameter-stores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ When the time comes to run an experiment, we can point these variables directly

<img src="/img/param_stores.gif" />

Now, you've begun an experiment on your tagline, without ever making a code change. You continue to access the parameter in-code like this:

```javascript
const homepageStore = StatsigClient.getParameterStore("www_homepage");
const tagline = homepageStore.get("tagline", <optional_default_value>);
```

## **How to Use Parameter Stores**

Expand Down

0 comments on commit 7cc5885

Please sign in to comment.