Skip to content

rizalibnu/ReactNativeHooksExample

Repository files navigation

ReactNativeHooksExample

Code example to compare HOC vs Render Props vs Hooks with React Native

Setup

Follow react native getting started guide : https://facebook.github.io/react-native/docs/getting-started.html

  1. Clone the repo
  2. $ cd ReactNativeHooksExample
  3. Run either $ yarn or $ npm install
  4. Run $ yarn start or $ npm run start
  5. Run $ react-native run-android or $ react-native run-ios
  6. You need to install React Developer Tools to check React component hierarchy

License

Released under the MIT License. Check LICENSE file for more info.

© 2019 by @rizalibnu

About

Coding example to compare HOC vs Render Props vs Hooks with React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published