All Projects → osdio → noder-react-native

osdio / noder-react-native

Licence: other
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,995 (+0.5%)
Mutual labels:  redux-thunk, redux-application, cnodejs, noder
spring-boot-react-ecommerce-app
eCommerce application based on the microservices architecture built using Spring Boot and ReactJS.
Stars: ✭ 221 (-88.87%)
Mutual labels:  redux-thunk
React Admin
基于[email protected]的react动态权限后台管理系统模板
Stars: ✭ 151 (-92.39%)
Mutual labels:  redux-thunk
React Demo Store
Moltin + React powered online store
Stars: ✭ 198 (-90.03%)
Mutual labels:  redux-thunk
Slopeninja Native
 Slope Ninja App 🎿❄️⛄️
Stars: ✭ 160 (-91.94%)
Mutual labels:  redux-thunk
Redux Saga Thunk
Dispatching an action handled by redux-saga returns promise
Stars: ✭ 212 (-89.32%)
Mutual labels:  redux-thunk
Amazona
Build Ecommerce Like Amazon By MERN Stack
Stars: ✭ 152 (-92.34%)
Mutual labels:  redux-thunk
cnode-vue
vue + vue-router + vuex搭建的cnode
Stars: ✭ 29 (-98.54%)
Mutual labels:  cnodejs
Redux Symbiote
Create actions and reducer without pain
Stars: ✭ 167 (-91.59%)
Mutual labels:  redux-thunk
redux-thunk-actions
Action creator for redux-thunk that handles sync and async functions.
Stars: ✭ 63 (-96.83%)
Mutual labels:  redux-thunk
Space
A real time chat app for developers built using React, Redux, Electron and Firebase
Stars: ✭ 161 (-91.89%)
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.64%)
Mutual labels:  redux-thunk
Music163 React
🔥基于React全家桶开发:「网易云音乐PC端项目」实战
Stars: ✭ 209 (-89.47%)
Mutual labels:  redux-thunk
React Native Typescript Boilerplate
React Native Typescript starter kit / template (Redux Thunk + React Native Navigation v7 + TSLint)
Stars: ✭ 155 (-92.19%)
Mutual labels:  redux-thunk
fetch-action-creator
Fetches using standardized, four-part asynchronous actions for redux-thunk.
Stars: ✭ 28 (-98.59%)
Mutual labels:  redux-thunk
React Interview Questions
300+ React Interview Questions
Stars: ✭ 151 (-92.39%)
Mutual labels:  redux-thunk
Mern Ecommerce
🎈 Fullstack MERN Ecommerce Application
Stars: ✭ 205 (-89.67%)
Mutual labels:  redux-thunk
gotoReact-
react的一些案例
Stars: ✭ 20 (-98.99%)
Mutual labels:  redux-thunk
reactnd-project-readable
The Discussion Forum React-Redux App : A Project for @udacity's React Nanodegree
Stars: ✭ 25 (-98.74%)
Mutual labels:  redux-thunk
React Redux Firebase
Redux bindings for Firebase. Includes React Hooks and Higher Order Components.
Stars: ✭ 2,492 (+25.54%)
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].