Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vankha1/fullstack-movie-app
- Owner: vankha1
- Created: 2024-01-27T01:11:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T14:33:35.000Z (11 months ago)
- Last Synced: 2024-10-28T07:16:37.825Z (about 2 months ago)
- Topics: graphql, react-native
- Language: TypeScript
- Homepage:
- Size: 696 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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