Skip to content

You must be logged in to vote

Yup, that should be fine. As a general rule, so long as you don't need direct access to the DOM (i.e. anything you'd need a ref for in React) you should be able to do it with IDOM.

Also, the nice thing about custom components (once the interface is finalized) is that you won't actually need to idom install anything (which requires Node to be installed). Users can just pip install a package that distributes pre-bundled JS without any extra build steps or dependencies.

Replies: 1 comment 1 reply

You must be logged in to vote
1 reply
@rmorshea

Answer selected by Archmonger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants