Replace deprecated lifecycle hooks with new one. Add support for angular component with string paramters#41
Conversation
|
with the merge of this MR will it be possible to use the Hooks? https://reactjs.org/docs/hooks-intro.html Currently we do like this: Based on https://github.com/bcherny/angular2react-demos/blob/master/multi-file/src/Four.jsx |
|
We are using hooks even with the code before this pull request. This PR, instead, replace the deprecated method of React in favour of the new method. This lib, interally, uses React.createElement and it generate a React class component to render the Angular one. So, your question in case, is related to react2angular since the input here is an angular component. |
No description provided.