Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement batching strategy for ReactBridge implementation #7

Closed
rozele opened this issue Dec 18, 2015 · 1 comment
Closed

Implement batching strategy for ReactBridge implementation #7

rozele opened this issue Dec 18, 2015 · 1 comment
Milestone

Comments

@rozele
Copy link
Collaborator

rozele commented Dec 18, 2015

The React Native protocol supports batching of operations between native and JavaScript. Implement a good strategy for managing (queueing, invoking, etc.) batch requests.

@erikschlegel erikschlegel added this to the V1 Core milestone Dec 28, 2015
@rozele
Copy link
Collaborator Author

rozele commented Feb 18, 2016

Batching is only needed for specific operations like events, which we've already handled.

@rozele rozele closed this as completed Feb 18, 2016
kant added a commit to kant/react-native-windows that referenced this issue Jan 28, 2018
randy-flynn added a commit that referenced this issue Apr 4, 2019
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

No branches or pull requests

2 participants