Consider deprecating module_from_template
#821
Archmonger
started this conversation in
Ideas
Replies: 1 comment
-
I think I agree. An |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
While the ability to load JavaScript modules from NPM on the fly is clever, it technologically isn't possible to do properly.
That is due to ReactJS version mismatches, which frequently pop up when using this API.
For the health of this framework, I would recommend we deprecate
module_from_template
and double-down on JavaScript Components API docs to supplement this.Beta Was this translation helpful? Give feedback.
All reactions