react2angular
react2angular copied to clipboard
The easiest way to embed React components in Angular 1 apps.
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.6 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...
If I have a parent angular component and I want to pass a function without any parameters to a react child component, this will work  from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
Let's say I use this library to attach a react component to a route `/users`. ``` import { react2angular } from 'react2angular'; import EditContractContainer from './EditContractContainer.jsx'; import EpisodeEditorApiMod from '../../yamsf/episode-editor';...
When i try to use one of the components inside of a table element it always renders the component just above the table when it renders. Not where I put...
This option can be useful in case we need to share context and state between components.
If I have a prop with the same name as a class member it will overwrite the class member. For example, if I try to pass a render prop to...
Is it possible to pass function with params from angular parent component to react child component with react2angular library?
I want to migrate my angularJS application to react by moving one component at a time. Every component is mounted using angular-router. Can you please share an example on how...