-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
JS classes are heavily used building block in UI development.
It's common for a library like ReactJS or Polymer to provide a component class to extend from.
Thus, there should be an easy way to interoperate with classes, extend them in Rust, and export them back to JS.
I don't know about Rust to know what's possible yet. But I imagine we could use attributes to annotate when a Rust struct inherits from a JS class?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels