angular-react icon indicating copy to clipboard operation
angular-react copied to clipboard

Use React components inside Angular

Results 61 angular-react issues
Sort by recently updated
recently updated
newest added

Does this work with React hooks? Is it possible to provide and example?

Inside `_passAttributesAsProps()` there is a check to ensure that the DOM node that is being updated does not have `style`, `class` or `key` attributes. This code will throw if any...

Hi all, I'm trying to learn how to use the angular-react through the examples in the wiki. Not sure if this is the correct place to ask, please tell me...

I try to apply Fluent theme as in the Fabric repo said in https://github.com/OfficeDev/office-ui-fabric-react/wiki/Fluent-theme-in-Fabric-6 however as they mention they are using Customizer as Context provider to provide the setting of...

Hello, I'm getting warning messages indicating that the components are using deprecated lifecycles. The primary ones I've noticed so far have been componentWillReceiveProps, componentWillMount, and componentWillUpdate. The message indicates these...

Hi, I have an angular project which hosts a sub-directory with several components. I want to migrate the sub-project to react and embed it in the angular. But, I don't...

Hello, and great library by the way! I've successfully created wrappers for my react components, but now I'm trying to generate a list of components with *ngFor which I can't...

Hi, Would it be handy if input fields support form controls from Angular reactive form? Thank you!

Any ideas on how I would configure karma to not have to skip all my tests?