https://github.com/maxmellon/react-native-websock-sample
react-native/redux/hard-reducer/redux-saga/flow/socket.io example
https://github.com/maxmellon/react-native-websock-sample
Last synced: 10 months ago
JSON representation
react-native/redux/hard-reducer/redux-saga/flow/socket.io example
- Host: GitHub
- URL: https://github.com/maxmellon/react-native-websock-sample
- Owner: MaxMEllon
- Created: 2018-05-10T01:20:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T09:02:58.000Z (about 8 years ago)
- Last Synced: 2025-02-13T17:15:44.951Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-websock-sample

## Environment
- react-native: *(expo) generate by create-react-native-app*
- react-native-gifted-chat
- react-navigation
- native-base
- redux
- hard-reducer: *type safe reducer with flow*
- redux-saga: *alternative side effect model for Redux*
- react-redux
- socket.io
- flow
## Start development
### client
```bash
$ yarn install
$ yarn run start:server # enable live reloading by react-native-scripts
```
- with react-native-debugger
```bash
$ brew cask install react-native-debugger
$ open "rndebugger://set-debugger-loc?host=localhost&port=19001"
```
### server
```bash
$ cd server && yarn install && cd ..
$ yarn run start:server # enable live reloading by pm2
```