Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vankha1/fullstack-movie-app

Personal project using React Native and NestJS
https://github.com/vankha1/fullstack-movie-app

graphql react-native

Last synced: 14 days ago
JSON representation

Personal project using React Native and NestJS

Awesome Lists containing this project

README

        

### What I've learnt

- Reviewing React Native fundamental
- Restful API using React Native, NestJS and GraphQL
- Using a state management library that simplifies managing remote and local data with GraphQL: Apollo Client (`https://www.apollographql.com/docs/react/why-apollo/`)
- **Remind myself:** When fetching data, you must check error or loading conditions to avoid bullshit undefined behavior !!!

### What I should improve

- Try another complicated application