Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 575 Bytes

File metadata and controls

26 lines (17 loc) · 575 Bytes

React Native implemented with 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 [email protected]:react-native-training/react-native-resub-implementation.git
  1. Install dependencies
npm i or yarn
  1. Run typescript compiler
tsc -w
  1. Write code in src directory

  2. Run project (code will be compiled into build directory - see tsconfig.json)