Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasheal/react-native-typescript-starter
React Native + TypeScript + Redux + Immutable
https://github.com/jasheal/react-native-typescript-starter
react-native redux scaleable seamless-immutable teams typescript
Last synced: about 2 months ago
JSON representation
React Native + TypeScript + Redux + Immutable
- Host: GitHub
- URL: https://github.com/jasheal/react-native-typescript-starter
- Owner: jasheal
- Created: 2016-11-12T21:03:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T16:03:25.000Z (almost 8 years ago)
- Last Synced: 2024-08-09T13:17:55.432Z (6 months ago)
- Topics: react-native, redux, scaleable, seamless-immutable, teams, typescript
- Language: TypeScript
- Homepage:
- Size: 830 KB
- Stars: 39
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native + TypeScript + Redux + Seamless Immutable
This starter kit is designed to get you up and running with mobile development on React Native using Typescript, Redux and Immutable data structures. The emphasis and goals with this starter kit are based in real world use cases:
- 100% native navigation
- Scalablitlity
- Suitable for larger projects and teamsThis is currently a work in progress, some dependencies WILL change.
## Table of Contents
1. [Featured packages](#features)
1. [Requirements](#requirements)
1. [Getting Started](#getting-started)
1. [Application Structure](#application-structure)## Featured packages
* [react](https://github.com/facebook/react)
* [redux](https://github.com/rackt/redux)
* [typescript](https://www.typescriptlang.org)
* [seamless-immutable](https://github.com/rtfeldman/seamless-immutable)
* [react-native-navigation](https://github.com/wix/react-native-navigation)
* [redux-persist](https://github.com/rt2zz/redux-persist)
* [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension)
* [react-native-debugger](https://github.com/jhen0409/react-native-debugger)
* [jest](https://facebook.github.io/jest)## Requirements
### IOS and Android
### IOS Only
### Android Only
## Getting Started