8000 GitHub - tranduyduong/project-base
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tranduyduong/project-base

Repository files navigation

Demo How to use Redux & fetching api

PLEASE

React Native Boilerplate for CoderSchool

Simple react-native boilerplate for mobile development.

Getting Started

  1. Ensure you've followed the React Native - Get Started Guide
  2. Clone this project git clone https://github.com/tranduyduong/project-base/tree/boilerplate-fetching-api
  3. Check out code to boilerplate-fetching-api branch: Run git checkout boilerplate-fetching-api
  4. Run yarn install from root directory
  5. Start the app yarn ios or yarn android

Stack

File Structure

  • /src - Contains our React Native App codebase
    • /actions - Shared Action Types and Action Creators
    • /constants - Shared Images, Fonts and others
    • /containers - Smart components - /index.js - /counter - - - Action.js - - - Constants.js - - - index.js - - - Reducer.js - /googleNews - - - Action.js - - - Constants.js - - - index.js - - - Reducer.js
    • /reducers - Reducers - /index.js
    • /stores - Store
      • /index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0