adobe / react-webcomponent

This projects automates the wrapping of a React component in a CustomElement.
Apache License 2.0
105 stars 19 forks source link

Allow creation of the model without decorators #1

Open alexmirea opened 5 years ago

alexmirea commented 5 years ago

Expected Behaviour

The library should allow for the creation of the model without the need of decorators. Something similar to what Mobx is having would be a nice enhancement. https://mobx.js.org/best/decorators.html