-
-
Notifications
You must be signed in to change notification settings - Fork 328
-
Can you provide a working example of idom.web.module_from_url
Beta Was this translation helpful? Give feedback.
All reactions
An example usage can be seen here. However if I had to guess, that's probably not what you're looking for. If you're trying to replicate the old behavior of idom.Module you'd actually want to use is module_from_template which allows you to just pass in the name of a React-based JS package.
Replies: 1 comment
-
An example usage can be seen here. However if I had to guess, that's probably not what you're looking for. If you're trying to replicate the old behavior of idom.Module you'd actually want to use is module_from_template which allows you to just pass in the name of a React-based JS package.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1