You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/libraries/website/javascript/index.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -950,17 +950,26 @@ The Segment Inspector is composed of these three components:
950
950
- This tab enables you to see the information of a user if you're using the `identify` feature. You can associate the data to an individual and measure their activity across multiple sessions and devices. This tab only shows the user's traits that are on the client.
951
951
- If you're not using the `identify` feature, the user remains anonymous.
952
952
953
+
## Usage in Common Frameworks & SPAs
954
+
Note: these examples assume analytics is installed via [npm](https://github.com/segmentio/analytics-next/tree/master/packages/browser)
953
955
954
-
## Open source libraries
955
956
956
-
Analytics.js 2.0 includes the following open source components:
See [Usage in Common Frameworks & SPAs](https://github.com/segmentio/analytics-next/tree/master/packages/browser#examples--usage-in-common-frameworks-and-spas)
963
+
964
+
## External dependencies
965
+
966
+
Analytics.js 2.0 includes the following open source dependencies:
0 commit comments