All Projects → G2Jose → Reactnative Hackernews

G2Jose / Reactnative Hackernews

A Hacker News client written in React Native

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Reactnative Hackernews

Polobx
A state manager for Polymer based in MobX
Stars: ✭ 24 (-60%)
Mutual labels:  mobx
Todo app open source
📱 an app to annotate tasks made with Flutter using MobX
Stars: ✭ 40 (-33.33%)
Mutual labels:  mobx
Mobx Jsonapi Store
JSON API Store for MobX
Stars: ✭ 52 (-13.33%)
Mutual labels:  mobx
Mobx React Connect
Connect react component, mobx store and css modules.
Stars: ✭ 13 (-78.33%)
Mutual labels:  mobx
Simple Todo With React And
📝 a simple react demo to learn flux/reflux/redux
Stars: ✭ 29 (-51.67%)
Mutual labels:  mobx
Elm Hn Pwa
Hacker News as a PWA built with Elm
Stars: ✭ 43 (-28.33%)
Mutual labels:  hacker-news
Figmiro Plugin
Figma Integration with Miro (Plugin)
Stars: ✭ 23 (-61.67%)
Mutual labels:  mobx
React Mobx Demo
🔥 React, Mobx, and React-Router to achieve a Zhihu Daily App.
Stars: ✭ 59 (-1.67%)
Mutual labels:  mobx
Mobx Docs Cn
MobX 中文文档
Stars: ✭ 957 (+1495%)
Mutual labels:  mobx
React Mobx Project
react-mobx-router开发模版
Stars: ✭ 49 (-18.33%)
Mutual labels:  mobx
System dashboard
Boilerplate project - Cross-Platform System Dashboard using Flask, React, Mobx and Web-Workers
Stars: ✭ 13 (-78.33%)
Mutual labels:  mobx
React App Example
Electron application example using React and MobX
Stars: ✭ 20 (-66.67%)
Mutual labels:  mobx
Mobx React Form
Reactive MobX Form State Management
Stars: ✭ 1,031 (+1618.33%)
Mutual labels:  mobx
React Mobx React Router Boilerplate
A simple boilerplate based on create-react-app and add mobx, react-router, linter, prettier and so on. 一个简单的 react 脚手架依赖于 create-react-app 新增了 mobx react-router,linter,prettier 等。
Stars: ✭ 12 (-80%)
Mutual labels:  mobx
React Mobx Ts Antd
A simple empty project build with react、react-router、mobx、antd in typescript.
Stars: ✭ 53 (-11.67%)
Mutual labels:  mobx
Openui5 Mobx Model
ui5 bindings for mobx
Stars: ✭ 23 (-61.67%)
Mutual labels:  mobx
Rntimerexample
📱 React Native + Mobx sample app
Stars: ✭ 40 (-33.33%)
Mutual labels:  mobx
Mobx Isomorphic Starter
Clean isomorphic starter-kit using Mobx + React + React-router + Webpack
Stars: ✭ 59 (-1.67%)
Mutual labels:  mobx
Chatinder
Unofficial desktop messaging client for Tinder.
Stars: ✭ 55 (-8.33%)
Mutual labels:  mobx
Hn Saved Links Export
Export your saved links on HN as JSON or CSV, with only a few keystrokes.
Stars: ✭ 47 (-21.67%)
Mutual labels:  hacker-news

Build Status

React Native Hacker News

A modern cross-platform HackerNews client built on React Native

Features

The app currently has the following functionality:

  • Headlines - Top, New, Show, Ask, Jobs
  • Touching a headline takes you to a comments view
  • Lazy loading data, loading views
  • Pull to refresh

Technologies Used

  • React Native
  • Redux for state management
  • Redux Observable, RxJS for side effects handling
  • Reselect for memoized selectors
  • HackerNews API

Dev Tooling

  • Eslint for linting
  • Prettier, lint-staged for code formatting
  • React storybook for UI development & testing

How to run

  1. Install node, yarn

  2. Install dependencies

    yarn
    
  3. Run project using expo

    yarn start
    

UI development / testing using storybook

  • After installing dependencies by running yarn,

    yarn storybook:ios
    

    or

    yarn storybook:android
    

to start a storybook at http://localhost:7007/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].