https://github.com/react-native-training/react-native-resub-implementation
React Native project implemented with Resub and TypeScript
https://github.com/react-native-training/react-native-resub-implementation
javascript mobx react reactnative typescript
Last synced: 9 months ago
JSON representation
React Native project implemented with Resub and TypeScript
- Host: GitHub
- URL: https://github.com/react-native-training/react-native-resub-implementation
- Owner: react-native-training
- Created: 2017-04-29T11:25:52.000Z (almost 9 years ago)
- Default Branch: resub-medium-example
- Last Pushed: 2017-04-30T17:45:58.000Z (almost 9 years ago)
- Last Synced: 2025-03-01T01:21:05.313Z (about 1 year ago)
- Topics: javascript, mobx, react, reactnative, typescript
- Language: Objective-C
- Size: 135 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native implemented with [Resub](https://github.com/Microsoft/ReSub) state management library
Resub is a library for writing React components that automatically manage subscriptions to data sources simply by accessing them
## To get started
1. Clone project
```
git clone git@github.com:react-native-training/react-native-resub-implementation.git
```
2. Install dependencies
```
npm i or yarn
```
3. Run typescript compiler
```
tsc -w
```
4. Write code in src directory
5. Run project (code will be compiled into build directory - see tsconfig.json)