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
Google and Facebook provide their own js SDKs which integrate into app at run time which is not really nice, but logically there is no other option for them to keep them updated on the sites which use their SDKs. Due to such integration method we should create React components which will load them automatically.
The text was updated successfully, but these errors were encountered:
I discovered that it will be very hard to integrate SDKs via React component, primarily because we need to speed up page loading via asynchronous scripts loading. I hope I will be able to create method of application suspension which will pause application until required SDKs are not fully loaded.
Google and Facebook provide their own js SDKs which integrate into app at run time which is not really nice, but logically there is no other option for them to keep them updated on the sites which use their SDKs. Due to such integration method we should create React components which will load them automatically.
The text was updated successfully, but these errors were encountered: