Corey Snyder

Results 5 issues of Corey Snyder

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';...

I've got a React component that is used in my AngularJS app using react2angular. When I try to put AngularJS components in my HTML/JSX, they don't get turned into the...

In your section "Using this technique to wrap your own legacy modules" you make it seem as if `module('myModule').run` is going to be executed with just the code that is...

Since the main use case of this is to be used for birthdates can you add a flag to not allow future dates?

When I got to the "Relay" portion of the tutorial, all of my old GraphQL queries stopped working and it's not clear why. Here's an example: ![image](https://user-images.githubusercontent.com/17259723/59732836-d496c880-9219-11e9-936d-8c6d6d799a4e.png) I am unsure...