Giter Club home page Giter Club logo

stu-github-popular's Introduction

Stu-GithubPopular

引言

  • 仿照 GithubPopular 项目, 根据其目前现有的功能和UI设计,学习 React-Native 项目的开发和发布流程;
  • 记录我在开发过程中的心得体会;
  • 如果想查看源项目,请点击上面的链接;

技术选型

  1. "qs" - 用以 fetch 请求的参数进行转换;
  2. "redux" - 状态管理库;
  3. "redux-thunk" - redux的中间件;
  4. "react-redux" - redux 与 react 的中间组件;
  5. "react-native-splash-screen" - react-native 解决首屏白屏问题的插件库;

to be continued...

目录结构

基本的结构如下:

src
 |--- actions       // redux 的 action 集合
 |--- assets        // 静态资源
        |--- images
        |--- styles
               |--- common
 |--- components    // 公共组件
 |--- config        // 配置文件和静态变量
 |--- pages         // 模块页面
 |--- reducers      // redux 的 reducer 集合
 |--- utils         // 工具
 |--- languages     // 语言包
 |--- setup.js      // react-native 的 统一入口根组件

to be continued...

需求整理

按照模块共分为6大模块:

  1. Popular 模块开发;
  2. Treding 模块开发;
  3. Favorite 模块开发;
  4. My 模块开发;
  5. Search 模块开发;
  6. 高级功能模块开发;

UI 设计

详见"安卓各大应用商店"和 App Store 上的 GithubPopular 应用,这里放了一张官网的相关截图: 此处为图片

stu-github-popular's People

Contributors

wangsiyuan0215 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.