Mike Austin

Results 21 comments of Mike Austin

I ran into this error when loading external React components, for example with JS modules. They are completely outside the project, loaded with dynamic import() (well jsonp for more support)....

> @mikeaustin We're having the same issue. Do you have any example of "passing/injecting React as a property to each module" ? You can use React Context to pass around...

This feature is extremely interesting – to support module federation without having to use craco or use a separate webpack config. Any idea when this would show up in a...

I don't understand the purpose of "\" - it's just a string with one less character (")? a = { "b": 1 } # JavaScript - pretty obvious a =...

\r\n === "r\n"? \ === "\"? Maybe it's just the \ symbol I'm weary of since it's often used inside strings. But then again, " used inside strings can get...

Optional parameters without named arguments seems like it could get pretty hairy, no? Personally, I think any new dynamically-typed languages should require named parameters (after the first) - code is...

HI @alexander-akait, can you elaborate on bad performance? I'm open to other suggestions. What about passing a key in options that can be used to associate the instance?

Hi @alexander-akait, thank you for the reply. The original message covers the issue – loading a JS module dynamically, multiple times, only the first call to use() injects the style...

I've been toying around with Elm and thought it would be simple to disable debugging and the history, but I guess not?

It would still be nice to have an option to disable debugging in elm-react when starting and prototyping a project that uses a timer. Or maybe better, a way to...