Cristian Rosescu

Results 35 comments of Cristian Rosescu

@tjiang11 it might have something to do with the source code of this library not being compiled to ES5

This [implementation of react-select](https://github.com/WordPress/gutenberg/issues/3931#issuecomment-360198444) might be of help to someone.

Using React Dropzone on the client-side is a great idea. On the server side it would be useful to have the option to pipe the file to S3/Cloudinary and/or to...

@chwzr where are you hosting the frontend and backend?

@geocine the [API Accelerator plugin](https://github.com/SeanBlakeley/WordPress-API-Accelerator/blob/master/api-accelerator.php) will speed things up. This could also be implemented for GraphQL requests by doing a check: ``` if ( defined( 'GRAPHQL_REQUEST' && true === GRAPHQL_REQUEST...

@alexiakl How to run the site in production mode is an essential piece of information and needs to be in the documentation. Thanks for the tip.

I'd also like to know if both the front-end and the WordPress backend can be deployed to one single hosting environment? Seperate hosting environments for each would be time consuming...

Maintaining and paying for two separate hosting environments is not ideal

@jacobmishkin is it possible to host both the frontend and the WP backend on Now 2.0? The URL for the frontend would be https://mywebapp.com and the URL for the WP...