react-fullstack-graphql icon indicating copy to clipboard operation
react-fullstack-graphql copied to clipboard

Pair frontend app with server implementations on `graphql create`

Open DevanB opened this issue 6 years ago • 0 comments

While recently adding new features to the basic implementation, I realized that making a change the server implementation would constitute the same change reflected across other basic boilerplate server implementations.

That's when it hit me that currently you can choose the react-fullstack-basic but you cannot choose the server implementation (TypeScript, Node). It seems more efficient to make the front-end applications reliant on the server implementations. As opposed to nesting the server implementation with the front-end boilerplate.

DevanB avatar Jan 15 '18 14:01 DevanB