apollo-universal-starter-kit icon indicating copy to clipboard operation
apollo-universal-starter-kit copied to clipboard

Apollo Universal Starter Kit is a SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and...

Results 95 apollo-universal-starter-kit issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The `.env` files are committed to Git. **To Reproduce** none **Expected behavior** The `.env` files must be added to `.gitignore`. **Additional context** Because starter kit users may...

Just an idea, this library looks really promising for ease of testing for both integration and unit testing UI: Website: https://bigtestjs.io Slides: https://speakerdeck.com/robdel12/testing-big-in-javascript-bleeding-edge-web Recording of the same talk from ByteConf:...

Per [expo/exp](https://github.com/expo/exp) project commit. [053fd31](https://github.com/expo/exp/commit/053fd31f043f98522235dd7c5eb7b68fde9751d7) > `exp` has been replaced by Expo CLI. [Read more…](https://blog.expo.io/expo-cli-2-0-released-a7a9c250e99c) Thread on updating [SpinJS is here](https://github.com/sysgears/spinjs/issues/11).

Perhaps we should rename module `favicon` into `assets` and recommend putting assets there,since there they will include hash from asset content in the asset name in url, which is nice...

Server side cookie and/or JWT refresh token should become invalid when user changes password, all frontend's should react adequately in this situation and show the user that he was logged...

Date fields cannot be used out of box. sqlite (and eventualy other databases) stores date as integer and no conversion to Date is done out of box when performing `SELECT`....

Is it possible to integrate it with a Baclend Service Provider like Firebase and provide support for these services? Or, probably, AWS services would be ideal. https://github.com/invertase/react-native-firebase

enhancement

### Proposal Remove all application specifics from this repository and put them in their own. The "Nothing" option: #654 ( my preference ) The "Submodule" option: #653 #### Benefits -...

Would be great to implement CLI via user interface (Web page), where We can configure and manage our project. For example: https://blog.usejournal.com/getting-to-know-the-new-vue-cli-3-user-interface-a173b00128bd

enhancement

GraphQL API server and HTTP server for SSR should be split into separate packages for clarity and greater flexibility. We should also remove imports from the server code to client...

enhancement