-
Couldn't load subscription status.
- Fork 71
Future directions
While the library is pretty stable and has not seen major overhauls in the last while, it could always be improved. We welcome both suggestions and contributions from the community.
Here are some partial list of future directions that this library could explore:
-
@angular-vue- Just like it sounds like.@angular-reactwas created with React in mind, but is not limited to it, and most of the concepts translate well over to other VDOM-based libraries, like Vue.As described in the render flow, most of the abstraction logic is not specific to React.
We can easily see someone needing the same thing as
@angular-reactfor embedding Vue within Angular, and could leverage most of the code in@angular-react/corefor Vue as well. While it would certainly be a separate library, we're open to the idea of creating a shared, library-agnostic core (on the side that is not Angular).
This is not unlike the separation and sharing done withdom-testing-libraryandreact-testing-library, which the former is the base forvue-testing-libraryand more.