All Projects → soliury → Noder React Native

soliury / Noder React Native

The mobile app of cnodejs.org written in React Native

Programming Languages

javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Noder React Native

noder-react-native
The mobile app of cnodejs.org written in React Native
Stars: ✭ 1,985 (-0.5%)
Mutual labels:  redux-thunk, redux-application, cnodejs, noder
Slopeninja Native
 Slope Ninja App 🎿❄️⛄️
Stars: ✭ 160 (-91.98%)
Mutual labels:  redux-thunk
React Cloud Music
React 16.8打造精美音乐WebApp
Stars: ✭ 1,722 (-13.68%)
Mutual labels:  redux-thunk
React Admin
基于antd、redux-observable、redux-thunk、react-router响应式SPA脚手架,后台管理系统demo. 权限管理,用户管理,菜单管理。无限级菜单,下拉树形选择框
Stars: ✭ 141 (-92.93%)
Mutual labels:  redux-thunk
Favesound Redux
🎶 A SoundCloud Client in React + Redux running in production. Live Demo and Source Code to explore React + Redux as a beginner.
Stars: ✭ 1,586 (-20.5%)
Mutual labels:  redux-thunk
Amazona
Build Ecommerce Like Amazon By MERN Stack
Stars: ✭ 152 (-92.38%)
Mutual labels:  redux-thunk
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-94.39%)
Mutual labels:  redux-thunk
Firebase React Native Redux Starter
Starter For Firebase, React Native, Redux Applications With 100% Of Code In Common Between IOS And Android, with built In Authentication, Crud Example And Form Validation.
Stars: ✭ 166 (-91.68%)
Mutual labels:  redux-thunk
React Native Typescript Boilerplate
React Native Typescript starter kit / template (Redux Thunk + React Native Navigation v7 + TSLint)
Stars: ✭ 155 (-92.23%)
Mutual labels:  redux-thunk
Kea
Production Ready State Management for React
Stars: ✭ 1,805 (-9.52%)
Mutual labels:  redux-thunk
Redux Most
Most.js based middleware for Redux. Handle async actions with monadic streams & reactive programming.
Stars: ✭ 137 (-93.13%)
Mutual labels:  redux-thunk
Apple Basket Redux
🍎 苹果篮子,一个微型的redux/mobx演示(附多版本)
Stars: ✭ 125 (-93.73%)
Mutual labels:  redux-thunk
React Interview Questions
300+ React Interview Questions
Stars: ✭ 151 (-92.43%)
Mutual labels:  redux-thunk
Cnodejs Ionic
The mobile app of https://cnodejs.org made by Ionic 1.x, web demo http://lanceli.com/cnodejs-ionic
Stars: ✭ 1,537 (-22.96%)
Mutual labels:  cnodejs
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (-91.93%)
Mutual labels:  redux-thunk
Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (-94.39%)
Mutual labels:  redux-thunk
Typescript React Starter
🚀 TypeScript [ React + React-Router + Redux + Redux-Thunk ] Starter
Stars: ✭ 132 (-93.38%)
Mutual labels:  redux-thunk
React Redux Architecture
Learn how to architect a React Redux application in a classy way
Stars: ✭ 148 (-92.58%)
Mutual labels:  redux-thunk
Redux Symbiote
Create actions and reducer without pain
Stars: ✭ 167 (-91.63%)
Mutual labels:  redux-thunk
Create React Redux App Structure
Create React + Redux app structure with build configurations ✨
Stars: ✭ 161 (-91.93%)
Mutual labels:  redux-thunk

Noder - A React-Native Client for cnodejs.org

A new cnodejs.org mobile & web app powered by react-native and react-web and CodeceptJS .

Install

微信浏览器中若无法打开安装链接,请复制链接到系统浏览器中打开

Develop

For local development you need to follow the below commands:

git clone https://github.com/soliury/noder-react-native.git noder
cd noder
yarn install

Click the run button in Xcode, if something went wrong, you need to rebuild all packages that be used in this project with Xcode (Just select the package and press command+B to run compile).

If you want to run it on your iPhone, please follow the Offical Doc.

If you want to run it on your Android, please run:

npm run android
npm start

If you want to run it on your Browser (localhost:3000), please run:

npm run web

e2e test

JS app code in src/write once run on Android, iOS and Web by react-native and react-web, now JS test case in e2e/ with locator ~ write once run on them too with CodeceptJS .

Web test

After install server side of test by npm run e2e-update-server-web, please run:

npm run web
npm run e2e-server-web

Then run client side of test by npm run e2e-web, thus a web page will be opened in firefox automatically and complete the test.

Android test

After install server side of test by npm install -g appium, please run:

npm run android
npm start
npm run e2e-server-native

Then run client side of test by npm run e2e-android, thus an apk will be installed to android automatically and complete the test.

If npm install -g appium is unavailable in china, ref to node_modules-appium .

Screenshots

noder

React-Native Modules In Using

This project is heavily influenced by the above modules.

ToDo List

  • Push Notification
  • Fix the below bugs
    • In ListView, sometime items on the bottom can't be refreshed
    • ListView take too much memory
    • HTML to native View render take too much memory and CPU time
  • Add Unit testing

Change log

Please read CHANGELOG

Contribute

If you find any issues, just solve it and make a PR.

This project is under the ES6 JSX.

License

MIT License

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].