Skip to content

Commit

Permalink
issues#9 - Reworking Include the SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
murindwaz committed Jun 20, 2019
1 parent 9ff90de commit 88e5ff0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -134,8 +134,10 @@ Three use cases worth to consider while designing a JavaScript SDK:
## Include the SDK

You are suggested to use **Asynchronous Syntax** for your script loaded.
We want to optimize the user experience on the website as we don't want our SDK library to interfere the main web loaded.
To include the SDK in user-facing environment, It is a good practice use **Asynchronous Syntax** to load the scripts.

This helps to optimize the user experience on the website that are using the SDK.
This approach reduce chances of the SDK library interfering with the hosting website.

### Asynchronous Syntax

Expand Down

0 comments on commit 88e5ff0

Please sign in to comment.