Code example to compare HOC vs Render Props vs Hooks with React Native
Follow react native getting started guide : https://facebook.github.io/react-native/docs/getting-started.html
- Clone the repo
$ cd ReactNativeHooksExample
- Run either
$ yarn
or$ npm install
- Run
$ yarn start
or$ npm run start
- Run
$ react-native run-android
or$ react-native run-ios
- You need to install React Developer Tools to check React component hierarchy
Released under the MIT License. Check LICENSE
file for more info.
© 2019 by @rizalibnu