Skip to content

Can I convert existing HTML templates into IDOM components? #361

Answered by rmorshea
Archmonger asked this question in Question
Discussion options

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

Comment options

You must be logged in to vote
1 reply
@rmorshea
Comment options

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