Skip to content

Conversation

@BinaryMuse
Copy link

@genehallman I'm opening this PR purely for code review purposes. I've changed the base to where you started working on the React portion of the UI. Comments will largely be inline.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You may consider moving the creation of data-oriented properties on this. (this.x and this.y) into componentWillMount, and the creation of DOM nodes into either componentWillMount (runs before first render) or componentDidMount (runs after first render). getInitialState should generally be a pure function that only returns the initial data for this.state.

@BinaryMuse
Copy link
Author

@genehallman Okay, those are my high-level notes. Nice job on this, I'd never guess you learned React in a weekend! We can chat in more detail about some more advanced things soon.

@CheyenneForbes
Copy link

@genehallman I've been trying to get to you, I know this isnt the right place to ask but I couldnt find an email address for you anywhere, I made some changes to pykurento to make it support version 6 of kms but I got everything working except the composites, is it possible for you to show me a demo code of how to use a composite (and hub for it)?

@genehallman
Copy link

@BinaryMuse Thanks for the review, really helpful.

@CheyenneForbes I replied to your issue in the pykurento repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants