Client Side JavaScript for User Data #3129
Unanswered
radleylewis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
With the growth of htmx our team is interested in developing part of our product with it! We are developing a Web3 application whereby the user will require that some code is executed only in the browser. I am wondering if this approach with htmx (where most code is executed on the server) is acceptable or anyone has experience with such a structure.
For context, the vast majority of the application would be using standard htmx convention, but some JavaScript would need to be bundled and served/executed in the browser as it pertains to the user sensitive information and decrypted/encrypted data.
Beta Was this translation helpful? Give feedback.
All reactions