All Projects → infinitered → Chainreactapp2017

infinitered / Chainreactapp2017

Licence: mit
The official Chain React Conf 2017 App

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Chainreactapp2017

Ssr Sample
A minimum sample of Server-Side-Rendering, Single-Page-Application and Progressive Web App
Stars: ✭ 285 (-34.48%)
Mutual labels:  redux-saga
Reading
iReading App Write In React-Native
Stars: ✭ 3,435 (+689.66%)
Mutual labels:  redux-saga
Conferences
List of awesome conferences
Stars: ✭ 406 (-6.67%)
Mutual labels:  conference
Express React Fullstack
Simple, Useful Full Stack Express and React Application
Stars: ✭ 286 (-34.25%)
Mutual labels:  redux-saga
Redux Subspace
Build decoupled, componentized Redux apps with a single global store
Stars: ✭ 319 (-26.67%)
Mutual labels:  redux-saga
It Cfp List
List of Call For Papers for IT conferences
Stars: ✭ 375 (-13.79%)
Mutual labels:  conference
Redux Saga Firebase
A redux saga integration for firebase.
Stars: ✭ 279 (-35.86%)
Mutual labels:  redux-saga
Youtube React
A Youtube clone built in React, Redux, Redux-saga
Stars: ✭ 421 (-3.22%)
Mutual labels:  redux-saga
Blockchain Wallet V4 Frontend
Blockchain.com's Wallet built with React & Redux
Stars: ✭ 323 (-25.75%)
Mutual labels:  redux-saga
Awesome4girls
A curated list of inclusive events/projects/initiatives for women in the tech area. 💝
Stars: ✭ 393 (-9.66%)
Mutual labels:  conference
Squanchy Android
Open source Android app for your conferences
Stars: ✭ 294 (-32.41%)
Mutual labels:  conference
Blog React
基于typescript koa2 react的个人博客
Stars: ✭ 314 (-27.82%)
Mutual labels:  redux-saga
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (-13.79%)
Mutual labels:  redux-saga
Dva
🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo)
Stars: ✭ 15,884 (+3551.49%)
Mutual labels:  redux-saga
Twitter Clone
Stars: ✭ 407 (-6.44%)
Mutual labels:  redux-saga
React Boilerplate Typescript
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices ( Typescript )
Stars: ✭ 279 (-35.86%)
Mutual labels:  redux-saga
Pretalx
Conference planning tool: CfP, scheduling, speaker management
Stars: ✭ 363 (-16.55%)
Mutual labels:  conference
Iclr2020 Openreviewdata
Script that crawls meta data from ICLR OpenReview webpage. Tutorials on installing and using Selenium and ChromeDriver on Ubuntu.
Stars: ✭ 426 (-2.07%)
Mutual labels:  conference
React Social Network
Simple React Social Network
Stars: ✭ 409 (-5.98%)
Mutual labels:  redux-saga
Redux Saga Examples
Yet another example repository for redux-saga.
Stars: ✭ 392 (-9.89%)
Mutual labels:  redux-saga

ChainReactApp

js-standard-style

marketing_image

  • Standard compliant React Native App Utilizing Ignite

⬆️ How to Setup

Step 1: git clone this repo:

Step 2: cd to the cloned repo:

Step 3: Install the Application with yarn

▶️ How to Run App

  1. cd to the repo
  2. Run Build for either OS
  • for iOS
    • run react-native run-ios
  • for Android
    • Run Genymotion
    • run react-native run-android

How to deploy app

If you're lucky enough to see https://github.com/GantMan/ChainReact-Keys2Kingdom then you now have access to ALL the magic that is needed to deploy this app on every platform/medium it is available.

🚫 Standard Compliant

js-standard-style This project adheres to Standard. Our CI enforces this, so we suggest you enable linting to keep your project compliant during development.

To Lint on Commit

This is implemented using ghooks. There is no additional setup needed.

Bypass Lint

If you have to bypass lint for a special commit that you will come back and clean (pushing something to a branch etc.) then you can bypass git hooks with adding --no-verify to your commit command.

Understanding Linting Errors

The linting rules are from JS Standard and React-Standard. Regular JS errors can be found with descriptions here, while React errors and descriptions can be found here.

🔐 Secrets

This project uses react-native-config to expose config variables to your javascript code in React Native. You can store API keys and other sensitive information in a .env file:

API_URL=https://myapi.com
GOOGLE_MAPS_API_KEY=abcdefgh

and access them from React Native like so:

import Secrets from 'react-native-config'

Secrets.API_URL  // 'https://myapi.com'
Secrets.GOOGLE_MAPS_API_KEY  // 'abcdefgh'

The .env file is ignored by git keeping those secrets out of your repo.

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