Shadaj Laddad

Results 37 issues of Shadaj Laddad

Compiling the last two examples from the homepage of http://scala-js-fiddle.com results in an error: ``` Main.scala:62: error: macro implementation not found: async (the most common reason for that is that...

+ [x] `React.memo` (more generally, explore functional component support?) + [ ] `React.lazy` (deferred indefinitely, does this have meaning in Scala.js where bundle splitting does not exist?) + [ ]...

enhancement

Originally reported by @gavares https://gitter.im/shadaj/slinky?at=5bdd414a538a1c1971672c2f

docs

Originally reported by @asaadza Right now, calling `React.createElement` is deferred to the last possible moment, which results in unexpected behavior when specifying an explicit `ReactElement` type, since without specifying the...

enhancement

For example: ```scala @react object MyExternalComponent extends ExternalComponent { case class InnerType(a: Int) case class Props(inner: InnerType) } ```

bug
react-annotation

Now that we have multiple projects in the org maintained by multiple individuals, we should move all projects into a common publishing org. I'll work on getting the approval necessary...

admin

It's confusing when sequences can be proxied to Python but not dictionaries.

enhancement

Reported by @alicebrb on Gitter, there seem to be crashes due to the macro producing trees without positions.

bug