mirror of
https://github.com/fluencelabs/gitbook-docs
synced 2025-05-03 11:42:15 +00:00
9 lines
668 B
Markdown
9 lines
668 B
Markdown
# Running app in browser
|
|
|
|
You can use the JS SDK with any framework \(or even without it\). The "flunce" part of the application is a collection of pure typesctipt\javascript functions which can be called withing any framework of your choosing.
|
|
|
|
See the browser-example which demonstrate integrating Fluence with React: \(github\)\[[https://github.com/fluencelabs/examples/tree/main/js-sdk-examples/browser-example](https://github.com/fluencelabs/examples/tree/main/js-sdk-examples/browser-example)\]
|
|
|
|
Also take a look at FluentPad. It is an example application written in React: [https://github.com/fluencelabs/fluent-pad](https://github.com/fluencelabs/fluent-pad)
|
|
|