We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hooks within react libraries, for example, usePagination hook within React-Table currently need to be manually rewritten in order to function in IDOM.
Investigate whether JS hooks can automatically be converted to Python hooks in some situations.
See if transpilers, such as Js2Py can be used to convert hooks automatically.
Or if we can somehow wrap the hook javascript and inject some client <-> server handler logic on-top.
client <-> server
The text was updated successfully, but these errors were encountered:
Pyodide might be the preferred way to accomplish this: https://blog.pyodide.org/posts/react-in-python-with-pyodide/
Sorry, something went wrong.
Closing this in favor of #786
No branches or pull requests
Current Situation
Hooks within react libraries, for example, usePagination hook within React-Table currently need to be manually rewritten in order to function in IDOM.
Proposed Changes
Investigate whether JS hooks can automatically be converted to Python hooks in some situations.
Implementation Details
See if transpilers, such as Js2Py can be used to convert hooks automatically.
Or if we can somehow wrap the hook javascript and inject some
client <-> server
handler logic on-top.The text was updated successfully, but these errors were encountered: