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

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

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)