GithubHelp home page GithubHelp logo

native's Introduction

Este Native

The most complete React Native dev stack with the immutable functional app state and stores that acts as reducers.

At a glance

  • Webpack out of the box
  • ES6 syntax and beyond
  • Bluebird, window.fetch and other pollyfils
  • PureRender everywhere
  • Flux
  • Store reducers
  • Immutable app state
  • Powerful inspired by React Router routing library

How to install

$ npm install
$ npm start

How to run

The application uses webpack instead of react-native-packager so it can use all the ES6/ES7 goodies until they are officially supported by React Native.

Because React Native Packager starts automatically when you run XCode project and there's no way to disable that behaviour, you will need to close packager manually and start the custom one provided. The custom packager (webpack) will run react native packager behind the scenes automatically.

As React Native Packager checks if it's already running, there's no need to repeat the guide below once webpack has started as native packager won't start again.

  • Open XCode, start project
  • Close the terminal window that appeared (it will say React Packager)
  • Go to folder where the app lives (keep the simulator open all the time, it may show red screen of death)
  • npm start
  • Refresh after you see a React Packager header (same you've closed in step number 4). If you will see an error saying cannot find .../_entry it's likely you have refreshed your Simulator before React packager has started. Go to step #7.
  • Keep coding. Bundle reloads and rebuilds automatically with Webpack and ES6.

Contributing

This project heavily uses ESLint (refer to .eslint for settings defined), please make sure all tests pass before pushing updated code. Try to be as explicit and idomatic as possible. Comment methods were possible for further development sake.

In order to contribute, please fork this repository and create a branch with appropriate prefix (either feature or fix). For other questions, refer to Gitflow guide directly.

native's People

Contributors

grabbou avatar

Watchers

 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.