9 | | I'm "on the fence" on this but thinking perhaps not for now. A JS module depending on jQuery? Seems a bit like like mixing apples with oranges? :) |
10 | | Really want to see some "real life" examples of how that would work, and how useful it may be. Also should this even be needed in PHP or can it be done better in the browser/with JS? Modules are loaded as either `defer` or `async`, so any hard-coded "old-style" JS (that is outputted before any modules in the HTML head) will always be available to them. |
| 9 | I'm "on the fence" on this but thinking perhaps not for now. A JS module depending on jQuery? Seems a bit like like mixing apples with oranges? :) Really want to see some "real life" examples of how that would work, and how useful it may be. |