Skip to content

Commit 13b0315

Browse files
docs(common): improve static assets recommendation
1 parent fe31083 commit 13b0315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getting-started/what-you-need.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ To have the Telerik Blazor components look and behave as expected in the browser
6060
* Our JS Interop file. It provides features that cannot be implemented with native Blazor.
6161

6262
@[template](/_contentTemplates/common/js-interop-file.md#js-interop-file-snippet-cdn)
63+
64+
>tip We recommend using the [static assets](#static-assets) approach instead of a CDN, because it relies on the static assets feature from the framework, and takes the correct file from our package, so you don't have to remember to update the CDN path when upgrading to a newer version.
6365
6466

6567
### Static Assets
@@ -73,7 +75,6 @@ You can add the JS Interop file as a static asset from our package, instead of u
7375
Note that
7476
@[template](/_contentTemplates/common/js-interop-file.md#enable-static-assets)
7577

76-
We'd recommend using the static assets approach instead of a CDN, because it relies on the static assets feature from the framework, and takes the correct file from our package, so you don't have to remember to update the CDN path.
7778

7879
## Project Configuration
7980

0 commit comments

Comments
 (0)