-
Notifications
You must be signed in to change notification settings - Fork 2
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
integrate generators for server-side #14
Comments
For async operations? |
Yeap. With async and awaits ;) |
I have a setup for this in an active project. I guess we need to transpile server-side code with babel? |
Great. Then, would you mind integrating the client-side? Maybe after that, we can look at the server-side as well. |
I think create-react-app already has async-await and generator support. So I'm going to replace our existing promises with |
Closed since resolved in Implement async-await on client-side. |
No description provided.
The text was updated successfully, but these errors were encountered: