function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Swamy_ASHINISwamy_ASHINI 

How to use React Library in VF Page/ Lightning Component

my UI team has an Internal React Library which we want to use to uniform the Force.com site styles similar to React js library styles.
I have react native library bundle but don't know how I can use that in VF Page.
The idea is to copy the styles of button, picklist and banners from react js.
Can someone please direct me to a document or link to understand the usage or help me on how to do it.
karthikeyan perumalkarthikeyan perumal
Hello, 

KInldy refer the links below,  you have to user script tag in VF page and refer those lib.

https://developer.salesforce.com/forums/?id=906F0000000BPBhIAO

https://blog.jeffdouglas.com/2015/04/03/building-spas-with-react-reflux-for-salesforce/

https://www.oyecode.com/2015/09/getting-started-with-reactjs-and.html​​​​​​​ (https://www.oyecode.com/2015/09/getting-started-with-reactjs-and.html)

Hope this hlep you. 

Thanks
karthik
​​​​​​​