Skip to content

Commit

Permalink
add checklist item for passing name to constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
phritz authored and arv committed Nov 22, 2021
1 parent 825efe4 commit 215c8b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/docs/launch-checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Before you launch with Replicache in your product, it's a good idea to double-ch
return a 401, be sure that re-auth is handled for **Push** and **Pull** via
`getAuth`.
- If you wish to store per-client state, be sure to key it by `clientID`, and not, for example, by user id which can be common to more than one client.
- Be sure to use the "name" parameter to the Replicache constructor to differentiate Replicache instances for different users; otherwise Replicache may try to fork state from a different user at startup.

## All endpoints

Expand Down

0 comments on commit 215c8b4

Please sign in to comment.