Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

It a suggestion to implement redux in a react / react-native.

Notifications You must be signed in to change notification settings

opsone/init-react-redux-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initialize project react redux

init-react-redux-app is a suggestion to implement redux in a react / react-native.

ReactJS - Installation

npm install -g create-react-app
// OR
yarn global add create-react-app

create-react-app AwesomeProject

npm install -g init-react-redux-app
// OR
yarn global add init-react-redux-app

cd AwesomeProject

irra init src
irra generate [entityReducerName]

react-native-cli - Installation

npm install -g react-native-cli
// OR
yarn global add react-native-cli

npm install -g init-react-redux-app
// OR
yarn global add init-react-redux-app

react-native init AwesomeProject
cd AwesomeProject

irra init [dest]
irra generate [entityReducerName]

react-native run-ios

create-react-native-app - Installation

npm install -g create-react-native-app
// OR
yarn global add create-react-native-app

npm install -g init-react-redux-app
// OR
yarn global add init-react-redux-app

create-react-native-app AwesomeProject
cd AwesomeProject

irra init [dest]
irra generate [entityReducerName]

npm start

Commands

irra init [dest]

Initialise directories and libraries. Create Store Libraries : redux, redux-thunk, redux-persist, react-redux, redux-mock-store

irra generate [entityReducerName]

Générate file reducers and files actions

Creators

Jérémy Chaufourier @chaufourier @opsone

About

It a suggestion to implement redux in a react / react-native.

Resources

Stars

Watchers

Forks

Packages

No packages published