How to mix React JS code with Reflex to add components and Providers? #3190
nb-programmer
announced in
Q&A
Replies: 1 comment 3 replies
-
@nb-programmer Yes you should be able to wrap that library, as well as any local components that you need. If you run into any issues let us know. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add some code for Authentication in the reflex app, which is msal-react so that I can wrap
<MsalProvider>
around the whole app. Other use would be to import JSX components and use them from a local folder. Can this be achieved?Beta Was this translation helpful? Give feedback.
All reactions